diff --git a/setup.py b/setup.py index 7093dd55..9af19080 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,6 @@ class PyTest(TestCommand): tests_require = [ # Pytest needs to come last. # https://bitbucket.org/pypa/setuptools/issue/196/ - 'setuptools>=17.1', # Fix 'mock requires setuptools>=17.1' on Win+Py3 'pytest-httpbin', 'pytest', 'mock',