Skip to content

Commit fd1684e

Browse files
committed
tox: use deps for pluggymaster testenvs
tox-dev/tox#706 has been fixed.
1 parent 32c6d4f commit fd1684e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,13 @@ commands = {[testenv:py27-numpy]commands}
116116
setenv=
117117
{[testenv]setenv}
118118
_PYTEST_SETUP_SKIP_PLUGGY_DEP=1
119-
# NOTE: using env instead of "{[testenv]deps}", because of https://github.com/tox-dev/tox/issues/706.
120-
_PYTEST_TOX_EXTRA_DEP=git+https://github.com/pytest-dev/pluggy.git@master
119+
deps =
120+
{[testenv]deps}
121+
git+https://github.com/pytest-dev/pluggy.git@master
121122

122123
[testenv:py37-pluggymaster]
123124
setenv = {[testenv:py27-pluggymaster]setenv}
125+
deps = {[testenv:py27-pluggymaster]deps}
124126

125127
[testenv:docs]
126128
basepython = python3

0 commit comments

Comments
 (0)