Skip to content

Commit 1dc29da

Browse files
committed
[skip ci] added link to issue for XXX comment
1 parent 01353af commit 1dc29da

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pydra/engine/tests/test_shelltask.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,9 @@ def test_shell_cmd_inputspec_11(tmp_path):
15951595
wf.add(task)
15961596
wf.set_output([("out", wf.echoMultiple.lzout.outputFiles)])
15971597

1598-
# XXX: Figure out why this fails with "cf"
1598+
# XXX: Figure out why this fails with "cf". Occurs in CI when using Ubuntu + Python >= 3.10
1599+
# (but not when using macOS + Python >= 3.10). Same error occurs in test_shell_cmd_outputspec_7a
1600+
# see https://github.com/nipype/pydra/issues/671
15991601
with Submitter(plugin="serial") as sub:
16001602
sub(wf)
16011603
result = wf.result()
@@ -3114,7 +3116,9 @@ def test_shell_cmd_outputspec_7a(tmp_path, plugin, results_function):
31143116
files_id=new_files_id,
31153117
)
31163118

3117-
# XXX: Figure out why this fails with "cf"
3119+
# XXX: Figure out why this fails with "cf". Occurs in CI when using Ubuntu + Python >= 3.10
3120+
# (but not when using macOS + Python >= 3.10). Same error occurs in test_shell_cmd_inputspec_11
3121+
# see https://github.com/nipype/pydra/issues/671
31183122
res = results_function(shelly, "serial")
31193123
assert res.output.stdout == ""
31203124
assert res.output.new_files.fspath.exists()

0 commit comments

Comments
 (0)