We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d335e commit afaf97bCopy full SHA for afaf97b
noxfile.py
@@ -270,7 +270,7 @@ def prerelease(session, tests_path):
270
)
271
272
273
-@nox.session(python=UNIT_TEST_PYTHON_VERSIONS)
+@nox.session(python=UNIT_TEST_PYTHON_VERSIONS[-1])
274
def compliance(session):
275
"""Run the compliance test suite."""
276
default(session, os.path.join("tests", "compliance"))
0 commit comments