Skip to content

Commit bbf98da

Browse files
committed
dropped xfail that was xpassing
1 parent 2422752 commit bbf98da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pydra/compose/shell/tests/test_shell_run.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2250,10 +2250,10 @@ class Outputs(shell.Outputs):
22502250
assert outputs.out1.fspath.exists()
22512251

22522252

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-
)
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+
# )
22572257
@pytest.mark.parametrize("results_function", [run_no_submitter, run_submitter])
22582258
def test_shell_cmd_outputspec_7(tmp_path, worker, results_function):
22592259
"""

0 commit comments

Comments
 (0)