We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d099603 commit d0c2263Copy full SHA for d0c2263
.travis.yml
@@ -5,7 +5,7 @@ sudo: false
5
6
services:
7
- xvfb
8
-
+
9
branches:
10
except:
11
- /^auto-backport-of-pr-\d*/
@@ -184,7 +184,7 @@ install:
184
$PYTEST_PEP8 \
185
$PYTEST_RERUNFAILURES \
186
$PYTEST_TIMEOUT \
187
- pytest-xdist
+ 'pytest-xdist<1.28'
188
189
# Use the special local version of freetype for testing
190
cp ci/travis/setup.cfg .
0 commit comments