Commit 1cceb2cb authored by xoviat's avatar xoviat Committed by GitHub

FIX: remove the

parent b05a6c5e
...@@ -88,7 +88,7 @@ defns = [{ ...@@ -88,7 +88,7 @@ defns = [{
}] }]
@pytest.fixture(scope="module", params=defns) @pytest.fixture(params=defns)
def build_backend(tmpdir, request): def build_backend(tmpdir, request):
build_files(request.param, prefix=str(tmpdir)) build_files(request.param, prefix=str(tmpdir))
with tmpdir.as_cwd(): with tmpdir.as_cwd():
......
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