File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ def test_no_et_bare(tmp_path):
7070 assert next (iter (res .nodes )).result .outputs .out == et
7171
7272
73- @pytest .mark .parametrize ("plugin" , ( "MultiProc" , "LegacyMultiProc" ) )
74- @pytest .mark .parametrize ("run_without_submitting" , ( True , False ) )
73+ @pytest .mark .parametrize ("plugin" , [ "MultiProc" , "LegacyMultiProc" ] )
74+ @pytest .mark .parametrize ("run_without_submitting" , [ True , False ] )
7575def test_no_et_multiproc (tmp_path , plugin , run_without_submitting ):
7676 from unittest .mock import patch
7777 from nipype .pipeline import engine as pe
Original file line number Diff line number Diff line change 66from ..imagemanip import copy_header
77
88
9- @pytest .mark .parametrize ("keep_dtype" , ( True , False ) )
9+ @pytest .mark .parametrize ("keep_dtype" , [ True , False ] )
1010def test_copy_header (tmp_path , keep_dtype ):
1111 """Cover copy_header."""
1212 fname1 = tmp_path / "reference.nii.gz"
You can’t perform that action at this time.
0 commit comments