Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
francbartoli committed Oct 12, 2024
1 parent 976b2ec commit a2ab075
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ def tests(session: NoxPoetrySession) -> None:
session.install(".")
session.install("coverage[toml]", "pytest", "pygments", "schemathesis")
try:
session.run("coverage", "run", "--parallel", "-m", "pytest", *session.posargs)
# session.run("coverage", "run", "--parallel", "-m", "pytest", *session.posargs)
session.run("py.test", *session.posargs)
finally:
if session.interactive:
session.notify("coverage", posargs=[])
Expand Down

0 comments on commit a2ab075

Please sign in to comment.