Skip to content

Commit c0ee70e

Browse files
jrebackjorisvandenbossche
authored andcommitted
CI: use latest deps for pandas-datareader, python-dateutil (#21204)
(cherry picked from commit dc02831)
1 parent a7611d0 commit c0ee70e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ci/travis-36.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ dependencies:
1818
- numexpr
1919
- numpy
2020
- openpyxl
21-
- pandas-datareader
2221
- psycopg2
2322
- pyarrow
2423
- pymysql
2524
- pytables
26-
- python-dateutil
2725
- python-snappy
2826
- python=3.6*
2927
- pytz
@@ -45,3 +43,5 @@ dependencies:
4543
- pip:
4644
- brotlipy
4745
- coverage
46+
- pandas-datareader
47+
- python-dateutil

pandas/tests/test_downstream.py

+2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def test_pandas_gbq(df):
8787
pandas_gbq = import_module('pandas_gbq') # noqa
8888

8989

90+
@pytest.mark.xfail(reason="0.7.0 pending")
9091
@tm.network
9192
def test_pandas_datareader():
9293

@@ -95,6 +96,7 @@ def test_pandas_datareader():
9596
'F', 'quandl', '2017-01-01', '2017-02-01')
9697

9798

99+
@pytest.mark.xfail(reaason="downstream install issue")
98100
def test_geopandas():
99101

100102
geopandas = import_module('geopandas') # noqa

0 commit comments

Comments
 (0)