Skip to content

Commit 81fe56a

Browse files
meeseeksmachinejorisvandenbossche
authored andcommitted
Backport PR #28614: CI: troubleshoot s3fs failures (#28615)
1 parent f6207e0 commit 81fe56a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ci/deps/travis-36-cov.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
- python-snappy
3030
- python=3.6.*
3131
- pytz
32-
- s3fs
32+
- s3fs<0.3
3333
- scikit-learn
3434
- scipy
3535
- sqlalchemy

ci/deps/travis-36-slow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
- python-dateutil
1919
- python=3.6.*
2020
- pytz
21-
- s3fs
21+
- s3fs<0.3
2222
- scipy
2323
- sqlalchemy
2424
- xlrd

ci/deps/travis-37.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- pytest-xdist
1818
- pytest-mock
1919
- hypothesis>=3.58.0
20-
- s3fs
20+
- s3fs<0.3
2121
- pip
2222
- pyreadstat
2323
- pip:

pandas/tests/groupby/test_categorical.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ def test_categorical_no_compress():
782782

783783
def test_sort():
784784

785-
# http://stackoverflow.com/questions/23814368/sorting-pandas-categorical-labels-after-groupby # noqa: flake8
785+
# http://stackoverflow.com/questions/23814368/sorting-pandas-categorical-labels-after-groupby # noqa: E501
786786
# This should result in a properly sorted Series so that the plot
787787
# has a sorted x axis
788788
# self.cat.groupby(['value_group'])['value_group'].count().plot(kind='bar')

0 commit comments

Comments
 (0)