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
MAINT: Move configparser to PEP508 style
  • Loading branch information
effigies committed Jan 16, 2019
commit b7a12488b4f5b513b23f8562ed8724f349f077f4
4 changes: 1 addition & 3 deletions 4 nipype/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,9 @@ def get_nipype_gitversion():
'pydot>=%s' % PYDOT_MIN_VERSION,
'packaging',
'futures; python_version == "2.7"',
'configparser; python_version <= "3.4"',
]

if sys.version_info <= (3, 4):
REQUIRES.append('configparser')

TESTS_REQUIRES = [
'mock',
'pytest',
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.