File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 52
52
- NUMPY=numpy
53
53
- PANDAS=
54
54
- PYPARSING=pyparsing
55
- - PYTEST='pytest!=3.3.0,>=3.2.0'
55
+ # pytest-timeout master depends on pytest>=3.6. Testing with pytest 3.1 is
56
+ # still supported; this is tested by the first matrix entry.
57
+ - PYTEST='pytest>=3.6'
56
58
- PYTEST_COV=pytest-cov
57
59
- PYTEST_PEP8=
60
+ - PYTEST_TIMEOUT=pytest-timeout
58
61
- SPHINX=sphinx
59
62
- OPENBLAS_NUM_THREADS=1
60
63
- NPROC=2
@@ -77,6 +80,7 @@ matrix:
77
80
- PYPARSING=pyparsing==2.0.1
78
81
- PYTEST=pytest==3.1.0
79
82
- PYTEST_COV=pytest-cov==2.3.1
83
+ - PYTEST_TIMEOUT=pytest-timeout==1.2.1 # Newer pytest-timeouts don't support pytest <3.4.
80
84
- SPHINX=sphinx==1.3
81
85
- python : 3.4
82
86
env : PYTHON_ARGS=-OO
@@ -169,7 +173,7 @@ install:
169
173
pytest-faulthandler \
170
174
$PYTEST_PEP8 \
171
175
pytest-rerunfailures \
172
- pytest-timeout \
176
+ $PYTEST_TIMEOUT \
173
177
pytest-xdist
174
178
175
179
# Use the special local version of freetype for testing
You can’t perform that action at this time.
0 commit comments