Skip to content

Commit 3ab3294

Browse files
author
Michael Murdock
committed
In tox.ini, emove coverage report from pytest command since pytest-cov is not installed
1 parent 2a5fe97 commit 3ab3294

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ deps =
77
pytest
88
scipy
99
commands =
10-
pytest -v --tb=short --disable-warnings --maxfail=1 --cov=./ --cov-report=xml --cov-report=term-missing
10+
pytest -v --tb=short --disable-warnings --maxfail=1
1111

1212
[testenv:py3.11]
1313

0 commit comments

Comments
 (0)