Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cdgatenbee committed Jan 26, 2024
1 parent 6a22c1d commit 3a352a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from nox_poetry import session

# @session(python=["3.9", "3.10", "3.11", "3.12"])
@session(python=["3.10"])
@session(python=["3.9", "3.10", "3.11", "3.12"])
# @session(python=["3.10"])
def tests(session):
session.install('pytest', ".")
session.run('pytest')

0 comments on commit 3a352a9

Please sign in to comment.