Commit 8c893ea5 authored by Jason R. Coombs's avatar Jason R. Coombs

Merge fix for #21

parents 1f98cb28 54cea58c
......@@ -9,6 +9,12 @@ CHANGES
* Code base now runs on Python 2.4 - Python 3.3 without Python 2to3
conversion.
-----
0.7.5
-----
* Issue #21: Restore Python 2.4 compatibility in ``test_easy_install``.
-----
0.7.4
-----
......
......@@ -271,6 +271,7 @@ class TestUserInstallTest(unittest.TestCase):
old_stderr = sys.stderr
sys.stdout = StringIO()
sys.stderr = StringIO()
try:
try:
reset_setup_stop_context(
lambda: run_setup(test_setup_py, ['install'])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment