Skip to content

Commit 6286ec3

Browse files
authored
Update version for migration test
1 parent 4df9f6c commit 6286ec3

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
@@ -240,14 +240,14 @@ def mockserver(session):
240240
)
241241

242242

243-
@nox.session(python=UNIT_TEST_PYTHON_VERSIONS[0])
243+
@nox.session(python=SYSTEM_COMPLIANCE_MIGRATION_TEST_PYTHON_VERSIONS[0])
244244
def migration_test(session):
245245
"""Test migrations with SQLAlchemy v1.4 and Alembic"""
246246
session.run("pip", "install", "sqlalchemy>=1.4,<2.0", "--force-reinstall")
247247
_migration_test(session)
248248

249249

250-
@nox.session(python=UNIT_TEST_PYTHON_VERSIONS[-1])
250+
@nox.session(python=SYSTEM_COMPLIANCE_MIGRATION_TEST_PYTHON_VERSIONS[-1])
251251
def _migration_test(session):
252252
"""Migrate with SQLAlchemy and Alembic and check the result."""
253253
import glob

0 commit comments

Comments
 (0)