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 57ab108 commit 269ac56Copy full SHA for 269ac56
nipype/pipeline/plugins/tests/test_sgelike.py
@@ -26,7 +26,7 @@ def is_pending(self, taskid):
26
27
@patch.object(SGELikeBatchManagerBase, '_submit_batchtask', new=submit_batchtask)
28
@patch.object(SGELikeBatchManagerBase, '_is_pending', new=is_pending)
29
-def test_crashfile_creation():
+def test_crashfile_creation(tmp_path):
30
cur_dir = os.getcwd()
31
with TemporaryDirectory(prefix="test_engine_", dir=cur_dir) as tmpdirname:
32
pipe = pe.Workflow(name="pipe", base_dir=tmpdirname)
0 commit comments