We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1803521 commit 864d7feCopy full SHA for 864d7fe
tox.ini
@@ -18,7 +18,7 @@ envlist =
18
19
[testenv]
20
commands =
21
- {env:_PYTEST_TOX_COVERAGE_RUN:} pytest --lsof
+ {env:_PYTEST_TOX_COVERAGE_RUN:} pytest --lsof {posargs}
22
coverage: coverage combine
23
coverage: coverage report
24
passenv = USER USERNAME COVERAGE_* TRAVIS
@@ -41,7 +41,7 @@ deps =
41
py27: mock
42
nose
43
44
- pytest -n auto --runpytest=subprocess
+ pytest -n auto --runpytest=subprocess {posargs}
45
46
47
[testenv:linting]
@@ -58,7 +58,7 @@ deps =
58
hypothesis>=3.56
59
{env:_PYTEST_TOX_EXTRA_DEP:}
60
61
- {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n auto
+ {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n auto {posargs}
62
63
[testenv:py36-xdist]
64
# NOTE: copied from above due to https://github.com/tox-dev/tox/issues/706.
0 commit comments