We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a8e0e commit 37c727dCopy full SHA for 37c727d
nipype/info.py
@@ -105,7 +105,7 @@ def get_nipype_gitversion():
105
SCIPY_MIN_VERSION = '0.14'
106
TRAITS_MIN_VERSION = '4.6'
107
DATEUTIL_MIN_VERSION = '2.2'
108
-PYTEST_MIN_VERSION = '3.4'
+PYTEST_MIN_VERSION = '3.0'
109
FUTURE_MIN_VERSION = '0.16.0'
110
SIMPLEJSON_MIN_VERSION = '3.8.0'
111
PROV_VERSION = '1.5.0'
requirements.txt
@@ -10,7 +10,7 @@ prov==1.5.0
10
click>=6.6.0
11
funcsigs
12
configparser
13
-pytest>=3.4
+pytest>=3.0
14
pytest-xdist
15
pytest-env
16
mock
0 commit comments