Skip to content

Commit 891aca1

Browse files
committed
fixing TESTS_REQUIRES in info.py
1 parent 2531b1f commit 891aca1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ def get_nipype_gitversion():
150150

151151
TESTS_REQUIRES = [
152152
'pytest>=%s' % PYTEST_MIN_VERSION,
153-
'pytest-raisesregexp'
154-
'pytest-cov'
153+
'pytest-raisesregexp',
154+
'pytest-cov',
155155
'mock',
156156
'codecov',
157157
'dipy',

0 commit comments

Comments
 (0)