Skip to content

Commit 38c2b14

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

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
@@ -276,7 +276,7 @@ def compliance(session):
276276
default(session, os.path.join("tests", "compliance"))
277277

278278

279-
@nox.session(python=UNIT_TEST_PYTHON_VERSIONS)
279+
@nox.session(python=UNIT_TEST_PYTHON_VERSIONS[-1])
280280
def compliance_prerelease(session):
281281
"""Run the compliance test suite with prerelease dependencies."""
282282
prerelease(session, os.path.join("tests", "compliance"))

0 commit comments

Comments
 (0)