diff --git a/setup.py b/setup.py index 840517b2cc..2f77791c6d 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,7 @@ def run_tests(self): 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',