summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2017-09-27 00:45:10 +0200
committerDaniel Hahler <git@thequod.de>2017-09-27 00:45:10 +0200
commit87596714bf924d2f3ebd23a79ab78a3ad0ea3787 (patch)
treed83464ffdd8ae73f606a983f0e0f0d7b5c2b10e2 /tox.ini
parentde0d19ca098f61d95b64ce20e4f217be36d06a94 (diff)
downloadpytest-87596714bf924d2f3ebd23a79ab78a3ad0ea3787.tar.gz
minor: cleanup tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 0 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 496005a04..f6dfe82f4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,7 +28,6 @@ deps =
requests
[testenv:py26]
-commands = pytest --lsof -ra {posargs:testing}
# pinning mock to last supported version for python 2.6
deps =
hypothesis<3.0
@@ -117,8 +116,6 @@ commands=
pytest -ra {posargs:testing/python/approx.py}
[testenv:py27-pluggymaster]
-passenv={[testenv]passenv}
-commands={[testenv]commands}
setenv=
_PYTEST_SETUP_SKIP_PLUGGY_DEP=1
deps =
@@ -126,8 +123,6 @@ deps =
git+https://github.com/pytest-dev/pluggy.git@master
[testenv:py35-pluggymaster]
-passenv={[testenv:py27-pluggymaster]passenv}
-commands={[testenv:py27-pluggymaster]commands}
setenv=
_PYTEST_SETUP_SKIP_PLUGGY_DEP=1
deps =