File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
pydra/compose/shell/tests Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -2251,9 +2251,7 @@ class Outputs(shell.Outputs):
2251
2251
2252
2252
2253
2253
@pytest .mark .xfail (
2254
- sys .platform == "linux"
2255
- and sys .version_info < (3 , 12 )
2256
- and os .environ .get ("DEPENDS" ) == "pre" ,
2254
+ sys .platform == "linux" and os .environ .get ("TOX_ENV_NAME" ) == "py311-pre" ,
2257
2255
reason = "I'm not sure why this is failing only on this part of the test matrix, hoping it will just go away :)" ,
2258
2256
)
2259
2257
@pytest .mark .parametrize ("results_function" , [run_no_submitter , run_submitter ])
@@ -2296,8 +2294,6 @@ class Outputs(shell.Outputs):
2296
2294
files_id = new_files_id ,
2297
2295
)
2298
2296
2299
- raise Exception (str (os .environ ))
2300
-
2301
2297
outputs = results_function (shelly , worker = worker , cache_root = tmp_path )
2302
2298
assert outputs .stdout == ""
2303
2299
for file in outputs .new_files :
You can’t perform that action at this time.
0 commit comments