Skip to content

Commit 4df9f6c

Browse files
authored
Update versions in system session.
1 parent e09ad57 commit 4df9f6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/sqlalchemy-spanner/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,10 +355,10 @@ def system(session, test_type):
355355
session.skip("Standard system tests configured to run exclusively on 3.12")
356356
if (
357357
test_type in ["compliance_14", "migration_14"]
358-
and session.python != UNIT_TEST_PYTHON_VERSIONS[0]
358+
and session.python != SYSTEM_COMPLIANCE_MIGRATION_TEST_PYTHON_VERSIONS[0]
359359
):
360360
session.skip(
361-
f"SQLAlchemy 1.4-based tests configured to run exclusively on {UNIT_TEST_PYTHON_VERSIONS[0]}"
361+
f"SQLAlchemy 1.4-based tests configured to run exclusively on {SYSTEM_COMPLIANCE_MIGRATION_TEST_PYTHON_VERSIONS[0]}"
362362
)
363363
if (
364364
test_type in ["compliance_20", "migration_20"]

0 commit comments

Comments
 (0)