diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/requirements.txt | 1 | ||||
| -rw-r--r-- | tests/test_pypi.py | 4 |
2 files changed, 2 insertions, 3 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/tests/test_pypi.py b/tests/test_pypi.py index b3425e53..173b2c87 100644 --- a/tests/test_pypi.py +++ b/tests/test_pypi.py @@ -2,8 +2,8 @@ import os import subprocess import virtualenv -from setuptools.extern.six.moves import http_client -from setuptools.extern.six.moves import xmlrpc_client +from six.moves import http_client +from six.moves import xmlrpc_client TOP = 200 PYPI_HOSTNAME = 'pypi.python.org' |
