diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-29 23:41:03 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-29 23:41:03 -0500 |
| commit | 457b0161e28614dec6b6ff0f1dbbc090d9e0c597 (patch) | |
| tree | 93c63dfa0305c1d34164adf332528d525267c6e1 /setuptools | |
| parent | dce270b4271ad6607c28103c9199303121b52015 (diff) | |
| download | python-setuptools-git-457b0161e28614dec6b6ff0f1dbbc090d9e0c597.tar.gz | |
Reindent
Diffstat (limited to 'setuptools')
| -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: |
