diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-29 23:40:30 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-29 23:40:30 -0500 |
commit | dce270b4271ad6607c28103c9199303121b52015 (patch) | |
tree | 8e6bd938e03c767dc027cc7db9ab29d7174fbbf6 /setup.py | |
parent | 12169497ccb2303474016e01933f52d7e4eab93a (diff) | |
download | external_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-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -210,6 +210,7 @@ setup_params = dict( tests_require=[ 'setuptools[ssl]', 'pytest', + 'mock', ], setup_requires=[ ] + pytest_runner, |