Skip to content

Commit

Permalink
rm unnecessary dir creation
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Nov 1, 2024
1 parent ae91cb3 commit aa97bfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def cleanup_hatch_envs(
return

hatch_dir = tmp_path_factory.mktemp("hatch")
hatch_dir.mkdir(exist_ok=True)
monkeypatch_session.setenv("HATCH_DATA_DIR", str(hatch_dir))

yield
Expand Down

0 comments on commit aa97bfe

Please sign in to comment.