Adjusted the test so that it also works when you're testing with an older...
Adjusted the test so that it also works when you're testing with an older setuptools version and there's a new one on pypi. In that case, the _call_easy_install call will really try to install setuptools first and execute other code paths than the test cares for. A cleaner way does not seem possible as the easy_install code is really intertwined.
Showing
Please register or sign in to comment