mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-23 06:09:59 +00:00
Clarify the reason for postgres comment
This commit is contained in:
@@ -18,7 +18,7 @@ if TYPE_CHECKING:
|
|||||||
from fixtures.neon_fixtures import NeonEnv
|
from fixtures.neon_fixtures import NeonEnv
|
||||||
|
|
||||||
LINUX_VERSION_REQUIRED = 6.0
|
LINUX_VERSION_REQUIRED = 6.0
|
||||||
PG_REASON = "test doesn't use postgres"
|
PG_REASON = "test doesn't use postgres in a manner that requires any specific version"
|
||||||
LINUX_REASON = f"test requires linux {LINUX_VERSION_REQUIRED} for ebpfs"
|
LINUX_REASON = f"test requires linux {LINUX_VERSION_REQUIRED} for ebpfs"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user