tox: generic pluggymaster factor
This commit is contained in:
parent
ed68fcf665
commit
2970c1df24
16
tox.ini
16
tox.ini
|
@ -42,11 +42,15 @@ setenv =
|
||||||
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=testing/test_pdb.py testing/test_terminal.py testing/test_unittest.py
|
||||||
|
|
||||||
|
# TODO: remove?!
|
||||||
|
pluggymaster: _PYTEST_SETUP_SKIP_PLUGGY_DEP=1
|
||||||
|
|
||||||
xdist: _PYTEST_TOX_POSARGS_XDIST=-n auto
|
xdist: _PYTEST_TOX_POSARGS_XDIST=-n auto
|
||||||
extras = testing
|
extras = testing
|
||||||
deps =
|
deps =
|
||||||
numpy: numpy
|
numpy: numpy
|
||||||
pexpect: pexpect
|
pexpect: pexpect
|
||||||
|
pluggymaster: git+https://github.com/pytest-dev/pluggy.git@master
|
||||||
xdist: pytest-xdist>=1.13
|
xdist: pytest-xdist>=1.13
|
||||||
{env:_PYTEST_TOX_EXTRA_DEP:}
|
{env:_PYTEST_TOX_EXTRA_DEP:}
|
||||||
platform = {env:_PYTEST_TOX_PLATFORM:.*}
|
platform = {env:_PYTEST_TOX_PLATFORM:.*}
|
||||||
|
@ -78,18 +82,6 @@ commands =
|
||||||
deps = {[testenv:py27-trial]deps}
|
deps = {[testenv:py27-trial]deps}
|
||||||
commands = {[testenv:py27-trial]commands}
|
commands = {[testenv:py27-trial]commands}
|
||||||
|
|
||||||
[testenv:py27-pluggymaster]
|
|
||||||
setenv=
|
|
||||||
{[testenv]setenv}
|
|
||||||
_PYTEST_SETUP_SKIP_PLUGGY_DEP=1
|
|
||||||
deps =
|
|
||||||
{[testenv]deps}
|
|
||||||
git+https://github.com/pytest-dev/pluggy.git@master
|
|
||||||
|
|
||||||
[testenv:py37-pluggymaster]
|
|
||||||
setenv = {[testenv:py27-pluggymaster]setenv}
|
|
||||||
deps = {[testenv:py27-pluggymaster]deps}
|
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
Loading…
Reference in New Issue