Skip to content

Commit 6c1d91d

Browse files
committed
STY: Black
1 parent 16286fd commit 6c1d91d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

nipype/info.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -160,14 +160,7 @@ def get_nipype_gitversion():
160160
# https://github.com/nipy/nipype/pull/2961#issuecomment-512035484
161161
REQUIRES += ["neurdflib"]
162162

163-
TESTS_REQUIRES = [
164-
"codecov",
165-
"coverage<5",
166-
"mock",
167-
"pytest",
168-
"pytest-cov",
169-
"pytest-env",
170-
]
163+
TESTS_REQUIRES = ["codecov", "coverage<5", "mock", "pytest", "pytest-cov", "pytest-env"]
171164

172165
EXTRA_REQUIRES = {
173166
"data": ["datalad"],

0 commit comments

Comments
 (0)