CI debug (#27542) · pandas-dev/pandas@d749aae (original) (raw)
4 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
1 | -sudo: false | |
2 | 1 | language: python |
3 | 2 | python: 3.5 |
4 | 3 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,7 +7,6 @@ dependencies: | ||
7 | 7 | - bottleneck=1.2.* |
8 | 8 | - cython=0.28.2 |
9 | 9 | - lxml |
10 | - - matplotlib=2.2.2 | |
11 | 10 | - numpy=1.14.* |
12 | 11 | - openpyxl=2.4.8 |
13 | 12 | - python-dateutil |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -11,7 +11,6 @@ dependencies: | ||
11 | 11 | - gcsfs |
12 | 12 | - geopandas |
13 | 13 | - html5lib |
14 | - - matplotlib | |
15 | 14 | - moto |
16 | 15 | - nomkl |
17 | 16 | - numexpr |
@@ -39,8 +38,8 @@ dependencies: | ||
39 | 38 | - xlsxwriter |
40 | 39 | - xlwt |
41 | 40 | # universal |
42 | - - pytest>=4.0.2 | |
43 | - - pytest-xdist | |
41 | + - pytest>=4.0.2,<5.0.0 | |
42 | + - pytest-xdist==1.28.0 | |
44 | 43 | - pytest-cov |
45 | 44 | - pytest-mock |
46 | 45 | - hypothesis>=3.58.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -35,7 +35,7 @@ dependencies: | ||
35 | 35 | - xlwt |
36 | 36 | # universal |
37 | 37 | - pytest>=4.0.2 |
38 | - - pytest-xdist | |
38 | + - pytest-xdist>=1.29.0 | |
39 | 39 | - pytest-mock |
40 | 40 | - pip |
41 | 41 | - pip: |