File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ install:
66
66
- activate test-environment
67
67
- echo %PYTHON_VERSION% %TARGET_ARCH%
68
68
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124
69
- - pip install -q "pytest>=3.6.0 " "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout pytest-xdist
69
+ - pip install -q "pytest>=3.6.1 " "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout pytest-xdist
70
70
71
71
# Apply patch to `subprocess` on Python versions > 2 and < 3.6.3
72
72
# https://github.com/matplotlib/matplotlib/issues/9176
Original file line number Diff line number Diff line change 57
57
- PANDAS=
58
58
- PILLOW=pillow
59
59
- PYPARSING=pyparsing
60
- - PYTEST='pytest>=3.6'
60
+ - PYTEST='pytest>=3.6.1 '
61
61
- PYTEST_COV=pytest-cov
62
62
- PYTEST_PEP8=
63
63
- PYTEST_TIMEOUT=pytest-timeout
@@ -73,6 +73,7 @@ matrix:
73
73
include :
74
74
- python : 2.7
75
75
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124.
76
+ # pytest>=3.6.1 due to https://github.com/pytest-dev/pytest/commit/b5a94d8e6c49201c8c79a7c52b8466e020e6d6b8
76
77
env :
77
78
- CYCLER=cycler==0.10
78
79
- DATEUTIL=python-dateutil==2.1
@@ -81,7 +82,7 @@ matrix:
81
82
- NUMPY=numpy==1.7.1
82
83
- PANDAS='pandas<0.21.0'
83
84
- PYPARSING=pyparsing==2.0.1
84
- - PYTEST=pytest==3.6.0
85
+ - PYTEST=pytest==3.6.1
85
86
- PYTEST_COV=pytest-cov==2.3.1
86
87
- PYTEST_TIMEOUT=pytest-timeout==1.2.1 # Newer pytest-timeouts don't support pytest <3.4.
87
88
- SPHINX=sphinx==1.3
You can’t perform that action at this time.
0 commit comments