File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ sudo: false
5
5
6
6
services :
7
7
- xvfb
8
-
8
+
9
9
branches :
10
10
except :
11
11
- /^auto-backport-of-pr-\d*/
@@ -89,7 +89,9 @@ matrix:
89
89
- PYTEST_TIMEOUT=pytest-timeout==1.2.1 # Newer pytest-timeouts don't support pytest <3.4.
90
90
- SPHINX=sphinx==1.3
91
91
- python : 3.4
92
- env : PYTHON_ARGS=-OO
92
+ env :
93
+ - PYTHON_ARGS=-OO
94
+ - PYTEST_RERUNFAILURES='pytest-rerunfailures<7'
93
95
- python : 3.6
94
96
env : DELETE_FONT_CACHE=1 PANDAS='pandas<0.21.0' PYTEST_PEP8=pytest-pep8 RUN_PEP8=--pep8
95
97
- python : 3.7
@@ -180,11 +182,11 @@ install:
180
182
pip install $PRE \
181
183
$PYTEST \
182
184
$PYTEST_COV \
183
- pytest-faulthandler \
185
+ ' pytest-faulthandler<1.6' \
184
186
$PYTEST_PEP8 \
185
187
$PYTEST_RERUNFAILURES \
186
188
$PYTEST_TIMEOUT \
187
- pytest-xdist
189
+ ' pytest-xdist<1.28'
188
190
189
191
# Use the special local version of freetype for testing
190
192
cp ci/travis/setup.cfg .
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ colorspacious
11
11
ipython
12
12
ipywidgets
13
13
mock
14
- numpydoc>=0.4
14
+ numpydoc>=0.4,<0.9
15
15
pillow
16
16
sphinx-gallery>=0.1.12
You can’t perform that action at this time.
0 commit comments