Skip to content

Commit

Permalink
Fix quality flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bltravis committed Jul 16, 2024
1 parent f7886f6 commit b487e29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@

@nox.session()
def tests(session):
# posargs = ["--cov=./", "--cov-report=xml", "--durations=20"]
session.run("poetry", "install", external=True)
# session.run("pytest", "--cov", *posargs, env=env)
session.run("pytest", env=env)


Expand Down

0 comments on commit b487e29

Please sign in to comment.