Skip to content

Commit

Permalink
make pytest verbose in nox
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jan 19, 2022
1 parent 7240475 commit cba8597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
def python(session):
session.install("pytest", "maturin")
session.install(".", "--no-build-isolation")
session.run("pytest")
session.run("pytest -vv")

0 comments on commit cba8597

Please sign in to comment.