Commit ef6b7945 authored by Jason R. Coombs's avatar Jason R. Coombs

Reindent

parent 1a023301
......@@ -309,10 +309,7 @@ class TestSetupRequires(unittest.TestCase):
setup_requires = ['does-not-exist'],
)
""")
make_trivial_sdist(
dist_path,
script,
)
make_trivial_sdist(dist_path, script)
yield dist_path
def test_setup_requires_overrides_version_conflict(self):
......
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