Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Nov 10, 2024
1 parent 41ddf53 commit 234638d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def tmp_test_data(tmpdir: "LocalPath") -> Iterator[Path]:
temp_dir = Path(tmpdir)
copytree(str(dirname), str(temp_dir / dirname))
yield dirname
copytree(str(temp_dir / dirname), str(dirname))
copytree(str(temp_dir / dirname), str(dirname), dirs_exist_ok=True)


@pytest.fixture
Expand Down

0 comments on commit 234638d

Please sign in to comment.