aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-29 23:40:30 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-29 23:40:30 -0500
commitdce270b4271ad6607c28103c9199303121b52015 (patch)
tree8e6bd938e03c767dc027cc7db9ab29d7174fbbf6 /setup.py
parent12169497ccb2303474016e01933f52d7e4eab93a (diff)
downloadexternal_python_setuptools-dce270b4271ad6607c28103c9199303121b52015.tar.gz
external_python_setuptools-dce270b4271ad6607c28103c9199303121b52015.tar.bz2
external_python_setuptools-dce270b4271ad6607c28103c9199303121b52015.zip
Make sure to monkey-patch the easy_install module in the setup context. Fixes the other former test failure. Ref #315.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index ff519e3e..937b5794 100755
--- a/setup.py
+++ b/setup.py
@@ -210,6 +210,7 @@ setup_params = dict(
tests_require=[
'setuptools[ssl]',
'pytest',
+ 'mock',
],
setup_requires=[
] + pytest_runner,