Skip to content

Commit

Permalink
Removed an inadvertently added argument to coverage
Browse files Browse the repository at this point in the history
agronholm committed Sep 10, 2023
1 parent 888a8c5 commit bf71c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -102,7 +102,7 @@ minversion = 4.0
[testenv]
extras = test
commands = coverage run -p -m pytest {posargs}
commands = coverage run -m pytest {posargs}
package = editable
[testenv:docs]

0 comments on commit bf71c4f

Please sign in to comment.