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

Reindent

parent dce270b4
......@@ -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:
......
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