Skip to content

Commit 8a168d9

Browse files
committed
RF: move mock into tests_requires
1 parent 3720651 commit 8a168d9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

nipype/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ def get_nipype_gitversion():
147147
'neurdflib',
148148
'click>=%s' % CLICK_MIN_VERSION,
149149
'funcsigs',
150-
'mock',
151150
'pydotplus',
152151
'pydot>=%s' % PYDOT_MIN_VERSION,
153152
'packaging',
@@ -158,6 +157,7 @@ def get_nipype_gitversion():
158157
REQUIRES.append('configparser')
159158

160159
TESTS_REQUIRES = [
160+
'mock',
161161
'pytest>=%s' % PYTEST_MIN_VERSION,
162162
'pytest-xdist',
163163
'pytest-cov',

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ neurdflib
1111
click>=6.6.0
1212
funcsigs
1313
configparser
14-
mock
1514
pydotplus
1615
pydot>=1.2.3
1716
packaging

0 commit comments

Comments
 (0)