File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,15 @@ setenv =
42
42
pexpect: _PYTEST_TOX_PLATFORM =linux|darwin
43
43
pexpect: _PYTEST_TOX_POSARGS_PEXPECT =testing/test_pdb.py testing/test_terminal.py testing/test_unittest.py
44
44
45
+ # TODO: remove?!
46
+ pluggymaster: _PYTEST_SETUP_SKIP_PLUGGY_DEP =1
47
+
45
48
xdist: _PYTEST_TOX_POSARGS_XDIST =-n auto
46
49
extras = testing
47
50
deps =
48
51
numpy: numpy
49
52
pexpect: pexpect
53
+ pluggymaster: git+https://github.com/pytest-dev/pluggy.git@master
50
54
xdist: pytest-xdist>=1.13
51
55
{env:_PYTEST_TOX_EXTRA_DEP:}
52
56
platform = {env:_PYTEST_TOX_PLATFORM:.*}
@@ -78,18 +82,6 @@ commands =
78
82
deps = {[testenv:py27-trial]deps}
79
83
commands = {[testenv:py27-trial]commands}
80
84
81
- [testenv:py27-pluggymaster]
82
- setenv =
83
- {[testenv]setenv}
84
- _PYTEST_SETUP_SKIP_PLUGGY_DEP =1
85
- deps =
86
- {[testenv]deps}
87
- git+https://github.com/pytest-dev/pluggy.git@master
88
-
89
- [testenv:py37-pluggymaster]
90
- setenv = {[testenv:py27-pluggymaster]setenv}
91
- deps = {[testenv:py27-pluggymaster]deps}
92
-
93
85
[testenv:docs]
94
86
basepython = python3
95
87
skipsdist = True
You can’t perform that action at this time.
0 commit comments