Skip to content

Commit 37c727d

Browse files
committed
Revert "DEP: Update pytest dependency"
This reverts commit 23a8e0e.
1 parent 23a8e0e commit 37c727d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nipype/info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def get_nipype_gitversion():
105105
SCIPY_MIN_VERSION = '0.14'
106106
TRAITS_MIN_VERSION = '4.6'
107107
DATEUTIL_MIN_VERSION = '2.2'
108-
PYTEST_MIN_VERSION = '3.4'
108+
PYTEST_MIN_VERSION = '3.0'
109109
FUTURE_MIN_VERSION = '0.16.0'
110110
SIMPLEJSON_MIN_VERSION = '3.8.0'
111111
PROV_VERSION = '1.5.0'

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ prov==1.5.0
1010
click>=6.6.0
1111
funcsigs
1212
configparser
13-
pytest>=3.4
13+
pytest>=3.0
1414
pytest-xdist
1515
pytest-env
1616
mock

0 commit comments

Comments
 (0)