From fd1684e70b3fc996fcbc8419d1d9e407ee440255 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 10 Feb 2019 13:53:19 +0100 Subject: [PATCH] tox: use deps for pluggymaster testenvs https://github.com/tox-dev/tox/issues/706 has been fixed. --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 6c216fd71..66897b9aa 100644 --- a/tox.ini +++ b/tox.ini @@ -116,11 +116,13 @@ commands = {[testenv:py27-numpy]commands} setenv= {[testenv]setenv} _PYTEST_SETUP_SKIP_PLUGGY_DEP=1 - # NOTE: using env instead of "{[testenv]deps}", because of https://github.com/tox-dev/tox/issues/706. - _PYTEST_TOX_EXTRA_DEP=git+https://github.com/pytest-dev/pluggy.git@master +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] basepython = python3