File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 - PANDAS=
5454 - PILLOW=pillow
5555 - 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'
5759 - PYTEST_COV=pytest-cov
5860 - PYTEST_PEP8=
61+ - PYTEST_TIMEOUT=pytest-timeout
5962 - SPHINX=sphinx
6063 - OPENBLAS_NUM_THREADS=1
6164 - NPROC=2
@@ -78,6 +81,7 @@ matrix:
7881 - PYPARSING=pyparsing==2.0.1
7982 - PYTEST=pytest==3.1.0
8083 - PYTEST_COV=pytest-cov==2.3.1
84+ - PYTEST_TIMEOUT=pytest-timeout==1.2.1 # Newer pytest-timeouts don't support pytest <3.4.
8185 - SPHINX=sphinx==1.3
8286 - python : 3.4
8387 env : PYTHON_ARGS=-OO
@@ -172,7 +176,7 @@ install:
172176 pytest-faulthandler \
173177 $PYTEST_PEP8 \
174178 pytest-rerunfailures \
175- pytest-timeout \
179+ $PYTEST_TIMEOUT \
176180 pytest-xdist
177181
178182 # Use the special local version of freetype for testing
You can’t perform that action at this time.
0 commit comments