aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-01-01 22:24:22 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-01-01 22:24:22 -0500
commit4c2dc87f5c63333a6f83be217c86f387f9ecd02a (patch)
treeebeb1999b58064a91b03e357e19d1e6ffc8ea836
parent1397064fe7bf88947d00b91a8441234152ba195c (diff)
downloadexternal_python_setuptools-4c2dc87f5c63333a6f83be217c86f387f9ecd02a.tar.gz
external_python_setuptools-4c2dc87f5c63333a6f83be217c86f387f9ecd02a.tar.bz2
external_python_setuptools-4c2dc87f5c63333a6f83be217c86f387f9ecd02a.zip
Use the 'extras' feature of tox
-rw-r--r--tests/requirements.txt1
-rw-r--r--tox.ini1
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt
index d07e9cde..88a36c63 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -1,4 +1,3 @@
pytest-flake8
pytest>=3.0.2
-setuptools[ssl]
backports.unittest_mock>=1.2
diff --git a/tox.ini b/tox.ini
index cae9c745..3c222bf7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,3 +3,4 @@ deps=-rtests/requirements.txt
passenv=APPDATA USERPROFILE HOMEDRIVE HOMEPATH windir APPVEYOR
commands=py.test {posargs:-rsx}
usedevelop=True
+extras=ssl