Skip to content

Commit

Permalink
touch the check_env temporary file
Browse files Browse the repository at this point in the history
  • Loading branch information
znd4 committed Nov 15, 2023
1 parent 3d9934f commit c426929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def check_env(project: Project, pdm: "PDMCallable", environ: Tuple[Tuple[str, st
for key, val in environ:
with tempfile.TemporaryDirectory() as td:
fp = pathlib.Path(td) / "foo.txt"
fp.touch()
pdm(
[
"run",
Expand Down

0 comments on commit c426929

Please sign in to comment.