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