Skip to content

Commit 5e553d2

Browse files
authored
Update noxfile.py
1 parent 38c2b14 commit 5e553d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def unit(session):
288288
default(session, os.path.join("tests", "unit"))
289289

290290

291-
@nox.session(python=UNIT_TEST_PYTHON_VERSIONS)
291+
@nox.session(python=UNIT_TEST_PYTHON_VERSIONS[-1])
292292
def unit_prerelease(session):
293293
"""Run the unit test suite with prerelease dependencies."""
294294
prerelease(session, os.path.join("tests", "unit"))

0 commit comments

Comments
 (0)