We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a333016 commit 0b6c2f7Copy full SHA for 0b6c2f7
noxfile.py
@@ -35,6 +35,5 @@ def mypy(session):
35
def test(session):
36
"""Run all the test using the environment varialbe of the running machine."""
37
session.install("--verbose", ".[test]")
38
- test_files = session.posargs or ["tests"]
39
- #session.run("pytest", "--color=yes", "--cov", "--cov-report=html", *test_files)
+ # session.run("pytest", "--color=yes", "--cov", "--cov-report=html", *test_files)
40
session.run("sphinx-build", "--bug-report")
0 commit comments