Skip to content

Commit b9cfbb5

Browse files
committed
FIX: Permit newer coverage
1 parent 4829683 commit b9cfbb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def get_nipype_gitversion():
152152

153153
TESTS_REQUIRES = [
154154
"codecov",
155-
"coverage<5",
155+
"coverage",
156156
"pytest",
157157
"pytest-cov",
158158
"pytest-env",

0 commit comments

Comments
 (0)