We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf0b43 commit 5d0d4deCopy full SHA for 5d0d4de
tests/test_singularity.py
@@ -66,7 +66,7 @@ def test_singularity_pullfolder(tmp_path):
66
assert result_code != 0
67
68
@needs_singularity
69
-def test_singularity_pullfolder_in_env():
+def test_singularity_pullfolder_in_env(tmp_path):
70
os.environ["SINGULARITY_PULLFOLDER"] = str(os.getcwd())
71
os.environ["SINGULARITY_CACHEDIR"] = str(os.getcwd())
72
workdir = tmp_path / "working_dir"
0 commit comments