Merge pull request #4413 from blueyed/tox-posargs

tox: fix/improve posargs with pexpect factor(s)  [ci skip]
This commit is contained in:
Ronny Pfannschmidt
2018-11-17 17:18:31 +01:00
committed by GitHub

View File

@@ -76,7 +76,7 @@ deps =
pexpect
{env:_PYTEST_TOX_EXTRA_DEP:}
commands =
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest testing/test_pdb.py testing/test_terminal.py testing/test_unittest.py {posargs}
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest {posargs:testing/test_pdb.py testing/test_terminal.py testing/test_unittest.py}
[testenv:py37-pexpect]
platform = {[testenv:py27-pexpect]platform}