Skip to content

Commit 8506b2a

Browse files
authoredJan 3, 2022
Run Typeguard session only on the latest Python version (#764)
1 parent 69281ff commit 8506b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def coverage(session: Session) -> None:
172172
session.run("coverage", *args)
173173

174174

175-
@session(python=python_versions)
175+
@session(python=python_versions[0])
176176
def typeguard(session: Session) -> None:
177177
"""Runtime type checking using Typeguard."""
178178
session.install(".")

0 commit comments

Comments
 (0)
Please sign in to comment.