Skip to content

Commit 4b2a821

Browse files
authored
Merge pull request #2649 from djarecka/xdist
MAINT: Make pytest-xdist a dependency
2 parents e7e7510 + 8c0e6e5 commit 4b2a821

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/info.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ def get_nipype_gitversion():
143143
'click>=%s' % CLICK_MIN_VERSION,
144144
'funcsigs',
145145
'pytest>=%s' % PYTEST_MIN_VERSION,
146+
'pytest-xdist',
146147
'mock',
147148
'pydotplus',
148149
'pydot>=%s' % PYDOT_MIN_VERSION,
@@ -153,7 +154,7 @@ def get_nipype_gitversion():
153154
if sys.version_info <= (3, 4):
154155
REQUIRES.append('configparser')
155156

156-
TESTS_REQUIRES = ['pytest-cov', 'codecov', 'pytest-xdist', 'pytest-env']
157+
TESTS_REQUIRES = ['pytest-cov', 'codecov', 'pytest-env']
157158

158159
EXTRA_REQUIRES = {
159160
'doc': ['Sphinx>=1.4', 'numpydoc', 'matplotlib', 'pydotplus', 'pydot>=1.2.3'],

0 commit comments

Comments
 (0)