mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 15:53:13 +01:00
Fix "mock requires setuptools>=17.1. Aborting installation" on Win+Py3
This commit is contained in:
parent
8771d759fe
commit
288cb4fdeb
1
setup.py
1
setup.py
@ -28,6 +28,7 @@ class PyTest(TestCommand):
|
|||||||
tests_require = [
|
tests_require = [
|
||||||
# Pytest needs to come last.
|
# Pytest needs to come last.
|
||||||
# https://bitbucket.org/pypa/setuptools/issue/196/
|
# https://bitbucket.org/pypa/setuptools/issue/196/
|
||||||
|
'setuptools>=17.1', # Fix 'mock requires setuptools>=17.1' on Win+Py3
|
||||||
'pytest-httpbin',
|
'pytest-httpbin',
|
||||||
'pytest',
|
'pytest',
|
||||||
'mock',
|
'mock',
|
||||||
|
Loading…
Reference in New Issue
Block a user