Skip to content

Commit afbacf9

Browse files
committed
Allow running custom posargs without code coverage
1 parent 87b7526 commit afbacf9

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
@@ -137,7 +137,7 @@ deps =
137137

138138
pexpect ~= 4.8.0
139139

140-
commands = py.test -p no:mypy --cov pytest_mypy --cov-fail-under 100 --cov-report term-missing {posargs:-n auto}
140+
commands = py.test -p no:mypy {posargs:--cov pytest_mypy --cov-fail-under 100 --cov-report term-missing -n auto}
141141

142142
[pytest]
143143
testpaths = tests

0 commit comments

Comments
 (0)