We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c6d4f commit fd1684eCopy full SHA for fd1684e
tox.ini
@@ -116,11 +116,13 @@ commands = {[testenv:py27-numpy]commands}
116
setenv=
117
{[testenv]setenv}
118
_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
+deps =
+ {[testenv]deps}
121
+ git+https://github.com/pytest-dev/pluggy.git@master
122
123
[testenv:py37-pluggymaster]
124
setenv = {[testenv:py27-pluggymaster]setenv}
125
+deps = {[testenv:py27-pluggymaster]deps}
126
127
[testenv:docs]
128
basepython = python3
0 commit comments