We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683ec72 commit d24df48Copy full SHA for d24df48
packages/sqlalchemy-spanner/noxfile.py
@@ -89,6 +89,15 @@ class = StreamHandler
89
DEFAULT_PYTHON_VERSION_FOR_SQLALCHEMY_20 = "3.14"
90
91
92
+nox.options.sessions = [
93
+ "system",
94
+ "compliance_test_14",
95
+ "compliance_test_20",
96
+ "migration_test",
97
+ "_migration_test",
98
+ "mockserver",
99
+]
100
+
101
@nox.session(python=DEFAULT_PYTHON_VERSION_FOR_SQLALCHEMY_20)
102
def lint(session):
103
"""Run linters.
0 commit comments