We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09ad57 commit 4df9f6cCopy full SHA for 4df9f6c
1 file changed
packages/sqlalchemy-spanner/noxfile.py
@@ -355,10 +355,10 @@ def system(session, test_type):
355
session.skip("Standard system tests configured to run exclusively on 3.12")
356
if (
357
test_type in ["compliance_14", "migration_14"]
358
- and session.python != UNIT_TEST_PYTHON_VERSIONS[0]
+ and session.python != SYSTEM_COMPLIANCE_MIGRATION_TEST_PYTHON_VERSIONS[0]
359
):
360
session.skip(
361
- f"SQLAlchemy 1.4-based tests configured to run exclusively on {UNIT_TEST_PYTHON_VERSIONS[0]}"
+ f"SQLAlchemy 1.4-based tests configured to run exclusively on {SYSTEM_COMPLIANCE_MIGRATION_TEST_PYTHON_VERSIONS[0]}"
362
)
363
364
test_type in ["compliance_20", "migration_20"]
0 commit comments