summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-24 17:39:11 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-24 17:39:11 -0500
commit809c44bf825d85ee0a91938ad54a1fefb63d0e8d (patch)
tree9c7b143dfb64a2647e198a1c8b2632fbd44acf9f /tox.ini
parentd0b45c65970a2de2e0cfe722353acc022c0e298a (diff)
downloadcherrypy-git-809c44bf825d85ee0a91938ad54a1fefb63d0e8d.tar.gz
Consolidate test requirements
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 961b273d..3ec8ad1e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,8 +3,6 @@ envlist = python
[testenv]
usedevelop = True
-deps =
- -rcherrypy/test/requirements.txt
commands =
pytest {posargs}
passenv = WEBTEST_INTERACTIVE