Skip to content

Commit d24df48

Browse files
committed
chore: adds nox.options.sessions
1 parent 683ec72 commit d24df48

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/sqlalchemy-spanner/noxfile.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@ class = StreamHandler
8989
DEFAULT_PYTHON_VERSION_FOR_SQLALCHEMY_20 = "3.14"
9090

9191

92+
nox.options.sessions = [
93+
"system",
94+
"compliance_test_14",
95+
"compliance_test_20",
96+
"migration_test",
97+
"_migration_test",
98+
"mockserver",
99+
]
100+
92101
@nox.session(python=DEFAULT_PYTHON_VERSION_FOR_SQLALCHEMY_20)
93102
def lint(session):
94103
"""Run linters.

0 commit comments

Comments
 (0)