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 53
53
- PANDAS=
54
54
- PILLOW=pillow
55
55
- PYPARSING=pyparsing
56
- - PYTEST='pytest!=3.3.0,>=3.2.0'
56
+ # pytest-timeout master depends on pytest>=3.6. Testing with pytest 3.1 is
57
+ # still supported; this is tested by the first matrix entry.
58
+ - PYTEST='pytest>=3.6'
57
59
- PYTEST_COV=pytest-cov
58
60
- PYTEST_PEP8=
61
+ - PYTEST_TIMEOUT=pytest-timeout
59
62
- SPHINX=sphinx
60
63
- OPENBLAS_NUM_THREADS=1
61
64
- NPROC=2
@@ -78,6 +81,7 @@ matrix:
78
81
- PYPARSING=pyparsing==2.0.1
79
82
- PYTEST=pytest==3.1.0
80
83
- PYTEST_COV=pytest-cov==2.3.1
84
+ - PYTEST_TIMEOUT=pytest-timeout==1.2.1 # Newer pytest-timeouts don't support pytest <3.4.
81
85
- SPHINX=sphinx==1.3
82
86
- python : 3.4
83
87
env : PYTHON_ARGS=-OO
@@ -172,7 +176,7 @@ install:
172
176
pytest-faulthandler \
173
177
$PYTEST_PEP8 \
174
178
pytest-rerunfailures \
175
- pytest-timeout \
179
+ $PYTEST_TIMEOUT \
176
180
pytest-xdist
177
181
178
182
# Use the special local version of freetype for testing
You can’t perform that action at this time.
0 commit comments