Skip to content

Commit

Permalink
Bump default Postgres version for tests to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Nov 16, 2024
1 parent ac689ab commit 71409b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_runner/fixtures/pg_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class PgVersion(str, enum.Enum):
V16 = "16"
V17 = "17"

# Default Postgres Version for tests that don't really depend on Postgres itself
DEFAULT = V16
# Postgres Version for tests with uses `fixtures.utils.run_only_on_default_postgres`
DEFAULT = V17

# Instead of making version an optional parameter in methods, we can use this fake entry
# to explicitly rely on the default server version (could be different from pg_version fixture value)
Expand Down

0 comments on commit 71409b5

Please sign in to comment.