Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

MAINT: Drop pytest-xdist requirement, minimum pytest version #2856

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jan 20, 2019
Prev Previous commit
Next Next commit
RF: move mock into tests_requires
  • Loading branch information
yarikoptic committed Jan 14, 2019
commit 8a168d96c7fc8c57b81521e0ae8b2f0329d4d0db
2 changes: 1 addition & 1 deletion 2 nipype/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ def get_nipype_gitversion():
'neurdflib',
'click>=%s' % CLICK_MIN_VERSION,
'funcsigs',
'mock',
'pydotplus',
'pydot>=%s' % PYDOT_MIN_VERSION,
'packaging',
Expand All @@ -158,6 +157,7 @@ def get_nipype_gitversion():
REQUIRES.append('configparser')

TESTS_REQUIRES = [
'mock',
'pytest>=%s' % PYTEST_MIN_VERSION,
'pytest-xdist',
'pytest-cov',
Expand Down
1 change: 0 additions & 1 deletion 1 requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ neurdflib
click>=6.6.0
funcsigs
configparser
mock
pydotplus
pydot>=1.2.3
packaging
Morty Proxy This is a proxified and sanitized view of the page, visit original site.