new mock appears to break things
This commit is contained in:
4
setup.py
4
setup.py
@@ -129,11 +129,11 @@ extras_require_all = extras_require_twisted + extras_require_asyncio + \
|
|||||||
|
|
||||||
# development dependencies
|
# development dependencies
|
||||||
#
|
#
|
||||||
extras_require_dev = ["pep8", "flake8", "mock>=1.0.1", "pytest>=2.6.4"]
|
extras_require_dev = ["pep8", "flake8", "mock==1.0.1", "pytest>=2.6.4"]
|
||||||
|
|
||||||
# for testing by users with "python setup.py test" (not Tox, which we use)
|
# for testing by users with "python setup.py test" (not Tox, which we use)
|
||||||
#
|
#
|
||||||
test_requirements = ["pytest", "mock"]
|
test_requirements = ["pytest", "mock==1.0.1"]
|
||||||
|
|
||||||
|
|
||||||
# pytest integration for setuptools. see:
|
# pytest integration for setuptools. see:
|
||||||
|
|||||||
Reference in New Issue
Block a user