diff --git a/noxfile.py b/noxfile.py index 7095e48..4f678d0 100644 --- a/noxfile.py +++ b/noxfile.py @@ -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)