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.
2 parents de0d19c + 8759671 commit c0c859cCopy full SHA for c0c859c
tox.ini
@@ -28,7 +28,6 @@ deps =
28
requests
29
30
[testenv:py26]
31
-commands = pytest --lsof -ra {posargs:testing}
32
# pinning mock to last supported version for python 2.6
33
deps =
34
hypothesis<3.0
@@ -117,17 +116,13 @@ commands=
117
116
pytest -ra {posargs:testing/python/approx.py}
118
119
[testenv:py27-pluggymaster]
120
-passenv={[testenv]passenv}
121
-commands={[testenv]commands}
122
setenv=
123
_PYTEST_SETUP_SKIP_PLUGGY_DEP=1
124
125
{[testenv]deps}
126
git+https://github.com/pytest-dev/pluggy.git@master
127
128
[testenv:py35-pluggymaster]
129
-passenv={[testenv:py27-pluggymaster]passenv}
130
-commands={[testenv:py27-pluggymaster]commands}
131
132
133
0 commit comments