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 38c2b14 commit 5e553d2Copy full SHA for 5e553d2
noxfile.py
@@ -288,7 +288,7 @@ def unit(session):
288
default(session, os.path.join("tests", "unit"))
289
290
291
-@nox.session(python=UNIT_TEST_PYTHON_VERSIONS)
+@nox.session(python=UNIT_TEST_PYTHON_VERSIONS[-1])
292
def unit_prerelease(session):
293
"""Run the unit test suite with prerelease dependencies."""
294
prerelease(session, os.path.join("tests", "unit"))
0 commit comments