forked from Wavyzz/py-healthchecks.io
passing nox
This commit is contained in:
@@ -158,7 +158,7 @@ def bandit(session: Session) -> None:
|
||||
def tests(session: Session) -> None:
|
||||
"""Run the test suite."""
|
||||
session.install(".")
|
||||
session.install("coverage[toml]", "pytest", "pygments")
|
||||
session.install("coverage[toml]", "pytest", "pygments", "respx", "pytest-asyncio")
|
||||
try:
|
||||
session.run("coverage", "run", "--parallel", "-m", "pytest", *session.posargs)
|
||||
finally:
|
||||
|
||||
Reference in New Issue
Block a user