Skip to content

Commit d5c28b2

Browse files
committed
TEST: It appears that run_tests should be a set
1 parent b410d92 commit d5c28b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/tests/test_api_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class TestRunAllTests(ValidateAPI):
9999
We check this in the module teardown function
100100
"""
101101

102-
run_tests = {}
102+
run_tests = set()
103103

104104
def obj_params(self):
105105
yield 1, 2

0 commit comments

Comments
 (0)