tox: fix/improve posargs with pexpect factor(s) [ci skip]
This commit is contained in:
parent
9dec146edf
commit
cb1d4044e6
2
tox.ini
2
tox.ini
|
@ -76,7 +76,7 @@ deps =
|
||||||
pexpect
|
pexpect
|
||||||
{env:_PYTEST_TOX_EXTRA_DEP:}
|
{env:_PYTEST_TOX_EXTRA_DEP:}
|
||||||
commands =
|
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]
|
[testenv:py37-pexpect]
|
||||||
platform = {[testenv:py27-pexpect]platform}
|
platform = {[testenv:py27-pexpect]platform}
|
||||||
|
|
Loading…
Reference in New Issue