Skip to content

Commit afaf97b

Browse files
authored
Update noxfile.py
1 parent 08d335e commit afaf97b

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
@@ -270,7 +270,7 @@ def prerelease(session, tests_path):
270270
)
271271

272272

273-
@nox.session(python=UNIT_TEST_PYTHON_VERSIONS)
273+
@nox.session(python=UNIT_TEST_PYTHON_VERSIONS[-1])
274274
def compliance(session):
275275
"""Run the compliance test suite."""
276276
default(session, os.path.join("tests", "compliance"))

0 commit comments

Comments
 (0)