Skip to content

Commit

Permalink
Fix "mock requires setuptools>=17.1. Aborting installation" on Win+Py3
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Jan 1, 2016
1 parent 8771d75 commit 288cb4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 288cb4f

Please sign in to comment.