Skip to content

Commit 0b6c2f7

Browse files
committed
lint
1 parent a333016 commit 0b6c2f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

noxfile.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@ def mypy(session):
3535
def test(session):
3636
"""Run all the test using the environment varialbe of the running machine."""
3737
session.install("--verbose", ".[test]")
38-
test_files = session.posargs or ["tests"]
39-
#session.run("pytest", "--color=yes", "--cov", "--cov-report=html", *test_files)
38+
# session.run("pytest", "--color=yes", "--cov", "--cov-report=html", *test_files)
4039
session.run("sphinx-build", "--bug-report")

0 commit comments

Comments
 (0)