Skip to content

Commit a4dfe7e

Browse files
authored
[FIX] Update pytest req'd version to 3.6
Fixes #2826.
1 parent 32d3dfa commit a4dfe7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def get_nipype_gitversion():
108108
SCIPY_MIN_VERSION = '0.14'
109109
TRAITS_MIN_VERSION = '4.6'
110110
DATEUTIL_MIN_VERSION = '2.2'
111-
PYTEST_MIN_VERSION = '3.0'
111+
PYTEST_MIN_VERSION = '3.6'
112112
FUTURE_MIN_VERSION = '0.16.0'
113113
SIMPLEJSON_MIN_VERSION = '3.8.0'
114114
PROV_VERSION = '1.5.2'

0 commit comments

Comments
 (0)