diff options
-rw-r--r-- | setuptools/tests/test_easy_install.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py index 546fa750..38a49bf7 100644 --- a/setuptools/tests/test_easy_install.py +++ b/setuptools/tests/test_easy_install.py @@ -264,8 +264,8 @@ class TestUserInstallTest(unittest.TestCase): try: with quiet_context(): with reset_setup_stop_context(): - with self.patched_setup_context(): - run_setup(test_setup_py, ['install']) + with self.patched_setup_context(): + run_setup(test_setup_py, ['install']) except SandboxViolation: self.fail('Installation caused SandboxViolation') except IndexError: |