tox: pexpect: use "-m uses_pexpect"
This commit is contained in:
parent
49c6aebbc7
commit
6896dbc5ca
2
tox.ini
2
tox.ini
|
@ -40,7 +40,7 @@ setenv =
|
||||||
lsof: _PYTEST_TOX_POSARGS_LSOF=--lsof
|
lsof: _PYTEST_TOX_POSARGS_LSOF=--lsof
|
||||||
|
|
||||||
pexpect: _PYTEST_TOX_PLATFORM=linux|darwin
|
pexpect: _PYTEST_TOX_PLATFORM=linux|darwin
|
||||||
pexpect: _PYTEST_TOX_POSARGS_PEXPECT=testing/test_pdb.py testing/test_terminal.py testing/test_unittest.py
|
pexpect: _PYTEST_TOX_POSARGS_PEXPECT=-m uses_pexpect
|
||||||
|
|
||||||
twisted: _PYTEST_TOX_POSARGS_TWISTED=testing/test_unittest.py
|
twisted: _PYTEST_TOX_POSARGS_TWISTED=testing/test_unittest.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue