Skip to content

Commit 5d0d4de

Browse files
author
Dennis Kennetz
committed
added tmpdir
1 parent faf0b43 commit 5d0d4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_singularity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_singularity_pullfolder(tmp_path):
6666
assert result_code != 0
6767

6868
@needs_singularity
69-
def test_singularity_pullfolder_in_env():
69+
def test_singularity_pullfolder_in_env(tmp_path):
7070
os.environ["SINGULARITY_PULLFOLDER"] = str(os.getcwd())
7171
os.environ["SINGULARITY_CACHEDIR"] = str(os.getcwd())
7272
workdir = tmp_path / "working_dir"

0 commit comments

Comments
 (0)