Skip to content

Commit

Permalink
Show installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Oct 30, 2023
1 parent 3f4a94e commit 9b37a4f
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
Expand Up @@ -28,8 +28,8 @@

@nox.session(python=["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"])
def test(session):
session.install(".")
session.install("-r", "dev-requirements.txt")
session.install(".", silent=False)
session.install("-r", "dev-requirements.txt", silent=False)

session.run("python", "setup.py", "test")

Expand Down

0 comments on commit 9b37a4f

Please sign in to comment.