We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3720651 commit 8a168d9Copy full SHA for 8a168d9
nipype/info.py
@@ -147,7 +147,6 @@ def get_nipype_gitversion():
147
'neurdflib',
148
'click>=%s' % CLICK_MIN_VERSION,
149
'funcsigs',
150
- 'mock',
151
'pydotplus',
152
'pydot>=%s' % PYDOT_MIN_VERSION,
153
'packaging',
@@ -158,6 +157,7 @@ def get_nipype_gitversion():
158
157
REQUIRES.append('configparser')
159
160
TESTS_REQUIRES = [
+ 'mock',
161
'pytest>=%s' % PYTEST_MIN_VERSION,
162
'pytest-xdist',
163
'pytest-cov',
requirements.txt
@@ -11,7 +11,6 @@ neurdflib
11
click>=6.6.0
12
funcsigs
13
configparser
14
-mock
15
pydotplus
16
pydot>=1.2.3
17
packaging
0 commit comments