Skip to content

Commit d749aae

Browse files
CI debug (#27542)
* pytest-xdist? * pytest 4.x * Remove deprecated container base * remove matplotlib from travis workers
1 parent cd2bc1a commit d749aae

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
sudo: false
21
language: python
32
python: 3.5
43

ci/deps/azure-36-locale.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ dependencies:
77
- bottleneck=1.2.*
88
- cython=0.28.2
99
- lxml
10-
- matplotlib=2.2.2
1110
- numpy=1.14.*
1211
- openpyxl=2.4.8
1312
- python-dateutil

ci/deps/travis-36-cov.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dependencies:
1111
- gcsfs
1212
- geopandas
1313
- html5lib
14-
- matplotlib
1514
- moto
1615
- nomkl
1716
- numexpr
@@ -39,8 +38,8 @@ dependencies:
3938
- xlsxwriter
4039
- xlwt
4140
# universal
42-
- pytest>=4.0.2
43-
- pytest-xdist
41+
- pytest>=4.0.2,<5.0.0
42+
- pytest-xdist==1.28.0
4443
- pytest-cov
4544
- pytest-mock
4645
- hypothesis>=3.58.0

ci/deps/travis-36-locale.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies:
3535
- xlwt
3636
# universal
3737
- pytest>=4.0.2
38-
- pytest-xdist
38+
- pytest-xdist>=1.29.0
3939
- pytest-mock
4040
- pip
4141
- pip:

0 commit comments

Comments
 (0)