Skip to content

Commit 9497d35

Browse files
committed
TEST: Consistent test ordering for FSL ftypes
1 parent b0e4a65 commit 9497d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/testing/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def set_output_type(fsl_output_type):
103103
return prev_output_type
104104

105105

106-
@pytest.fixture(params=[None] + list(Info.ftypes))
106+
@pytest.fixture(params=[None] + sorted(Info.ftypes))
107107
def create_files_in_directory_plus_output_type(request, tmpdir):
108108
func_prev_type = set_output_type(request.param)
109109
origdir = tmpdir.chdir()

0 commit comments

Comments
 (0)