Commit 6498a7e3 authored by Jason R. Coombs's avatar Jason R. Coombs

Reindent to avoid hanging indent.

parent cb938be8
......@@ -46,7 +46,8 @@ class BuildBackendCaller(BuildBackendBase):
return getattr(mod, name)(*args, **kw)
defns = [{
defns = [
{
'setup.py': DALS("""
__import__('setuptools').setup(
name='foo',
......@@ -89,7 +90,8 @@ defns = [{
def run():
print('hello')
"""),
}]
},
]
@pytest.fixture(params=defns)
......
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