From dce270b4271ad6607c28103c9199303121b52015 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 29 Dec 2014 23:40:30 -0500 Subject: Make sure to monkey-patch the easy_install module in the setup context. Fixes the other former test failure. Ref #315. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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, -- cgit v1.2.1