forked from extern/httpie-cli
Undo 'Fix "mock requires setuptools>=17.1. Aborting installation" on Win+Py3'
This commit is contained in:
parent
c42bd0051a
commit
ab3d2656af
1
setup.py
1
setup.py
@ -28,7 +28,6 @@ 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