File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ sudo: false
55
66services :
77 - xvfb
8-
8+
99branches :
1010 except :
1111 - /^auto-backport-of-pr-\d*/
@@ -89,7 +89,9 @@ matrix:
8989 - PYTEST_TIMEOUT=pytest-timeout==1.2.1 # Newer pytest-timeouts don't support pytest <3.4.
9090 - SPHINX=sphinx==1.3
9191 - python : 3.4
92- env : PYTHON_ARGS=-OO
92+ env :
93+ - PYTHON_ARGS=-OO
94+ - PYTEST_RERUNFAILURES='pytest-rerunfailures<7'
9395 - python : 3.6
9496 env : DELETE_FONT_CACHE=1 PANDAS='pandas<0.21.0' PYTEST_PEP8=pytest-pep8 RUN_PEP8=--pep8
9597 - python : 3.7
@@ -180,11 +182,11 @@ install:
180182 pip install $PRE \
181183 $PYTEST \
182184 $PYTEST_COV \
183- pytest-faulthandler \
185+ ' pytest-faulthandler<1.6' \
184186 $PYTEST_PEP8 \
185187 $PYTEST_RERUNFAILURES \
186188 $PYTEST_TIMEOUT \
187- pytest-xdist
189+ ' pytest-xdist<1.28'
188190
189191 # Use the special local version of freetype for testing
190192 cp ci/travis/setup.cfg .
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ colorspacious
1111ipython
1212ipywidgets
1313mock
14- numpydoc>=0.4
14+ numpydoc>=0.4,<0.9
1515pillow
1616sphinx-gallery>=0.1.12
You can’t perform that action at this time.
0 commit comments