Commit 457b0161 authored by Jason R. Coombs's avatar Jason R. Coombs

Reindent

parent dce270b4
...@@ -264,8 +264,8 @@ class TestUserInstallTest(unittest.TestCase): ...@@ -264,8 +264,8 @@ class TestUserInstallTest(unittest.TestCase):
try: try:
with quiet_context(): with quiet_context():
with reset_setup_stop_context(): with reset_setup_stop_context():
with self.patched_setup_context(): with self.patched_setup_context():
run_setup(test_setup_py, ['install']) run_setup(test_setup_py, ['install'])
except SandboxViolation: except SandboxViolation:
self.fail('Installation caused SandboxViolation') self.fail('Installation caused SandboxViolation')
except IndexError: except IndexError:
......
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