Closed
Changes from all commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
Revert "RF: Move pytest and pytest-xdist from general requirement int…
…o tests_required"
  • Loading branch information
@effigies
effigies authoredJan 14, 2019
commit 8a9613f89e1238ae9ac0b5a18d80384846285a08
Original file line numberDiff line numberDiff line change
Expand Up@@ -147,6 +147,8 @@ def get_nipype_gitversion():
'neurdflib',
'click>=%s' % CLICK_MIN_VERSION,
'funcsigs',
'pytest>=%s' % PYTEST_MIN_VERSION,
'pytest-xdist',
'mock',
'pydotplus',
'pydot>=%s' % PYDOT_MIN_VERSION,
Expand All@@ -157,14 +159,7 @@ def get_nipype_gitversion():
if sys.version_info <= (3, 4):
REQUIRES.append('configparser')

TESTS_REQUIRES = [
'pytest>=%s' % PYTEST_MIN_VERSION,
'pytest-xdist',
'pytest-cov',
'codecov',
'pytest-env',
'coverage<5'
]
TESTS_REQUIRES = ['pytest-cov', 'codecov', 'pytest-env', 'coverage<5']

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