Skip to content

Commit 2422752

Browse files
committed
updated xfail reason
1 parent e4c196e commit 2422752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/compose/shell/tests/test_shell_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2252,7 +2252,7 @@ class Outputs(shell.Outputs):
22522252

22532253
@pytest.mark.xfail(
22542254
sys.platform == "linux" and sys.version_info < (3, 12),
2255-
reason="I'm not sure why this requirements specification should fail",
2255+
reason="I'm not sure why this is failing but only on Linux pre with Python < 3.12",
22562256
)
22572257
@pytest.mark.parametrize("results_function", [run_no_submitter, run_submitter])
22582258
def test_shell_cmd_outputspec_7(tmp_path, worker, results_function):

0 commit comments

Comments
 (0)