File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 56
56
- PANDAS=
57
57
- JUPYTER=
58
58
- PYPARSING=pyparsing
59
- - PYTEST='pytest>=3.4'
59
+ # pytest-timeout master depends on pytest>=3.6. Testing with pytest 3.4 is
60
+ # still supported; this is tested by the first matrix entry.
61
+ - PYTEST='pytest>=3.6'
60
62
- PYTEST_COV=pytest-cov
61
63
- PYTEST_PEP8=
64
+ - PYTEST_TIMEOUT=pytest-timeout
62
65
- SPHINX=sphinx
63
66
# Variables controlling the build.
64
67
- MPLLOCALFREETYPE=1
@@ -87,6 +90,7 @@ matrix:
87
90
- PYPARSING=pyparsing==2.0.1
88
91
- PYTEST=pytest==3.4
89
92
- PYTEST_COV=pytest-cov==2.3.1
93
+ - PYTEST_TIMEOUT=pytest-timeout==1.2.1 # Newer pytest-timeouts don't support pytest 3.4.
90
94
- SPHINX=sphinx==1.3
91
95
- python : 3.5
92
96
env :
@@ -180,7 +184,7 @@ install:
180
184
pytest-faulthandler \
181
185
$PYTEST_PEP8 \
182
186
pytest-rerunfailures \
183
- pytest-timeout \
187
+ $PYTEST_TIMEOUT \
184
188
pytest-xdist
185
189
- |
186
190
# Install matplotlib
You can’t perform that action at this time.
0 commit comments