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 8ff2e9d commit 04a0257Copy full SHA for 04a0257
tox.ini
@@ -3,6 +3,8 @@ envlist=check,docs,py{26,27,34,35,36,py}-pytestrelease,py{27,36}-pytest{master,f
3
4
[testenv]
5
commands=py.test {posargs:testing/}
6
+setenv=
7
+ _PYTEST_SETUP_SKIP_PLUGGY_DEP=1
8
deps=
9
pytestrelease: pytest
10
pytestmaster: git+https://github.com/pytest-dev/pytest.git@master
0 commit comments