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 e4c196e commit 2422752Copy full SHA for 2422752
pydra/compose/shell/tests/test_shell_run.py
@@ -2252,7 +2252,7 @@ class Outputs(shell.Outputs):
2252
2253
@pytest.mark.xfail(
2254
sys.platform == "linux" and sys.version_info < (3, 12),
2255
- reason="I'm not sure why this requirements specification should fail",
+ reason="I'm not sure why this is failing but only on Linux pre with Python < 3.12",
2256
)
2257
@pytest.mark.parametrize("results_function", [run_no_submitter, run_submitter])
2258
def test_shell_cmd_outputspec_7(tmp_path, worker, results_function):
0 commit comments