Skip to content

Commit

Permalink
CI: use latest deps for pandas-datareader, python-dateutil (#21204)
Browse files Browse the repository at this point in the history
(cherry picked from commit dc02831)
  • Loading branch information
jreback authored and jorisvandenbossche committed Jun 9, 2018
1 parent a7611d0 commit c0ee70e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/travis-36.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ dependencies:
- numexpr
- numpy
- openpyxl
- pandas-datareader
- psycopg2
- pyarrow
- pymysql
- pytables
- python-dateutil
- python-snappy
- python=3.6*
- pytz
Expand All @@ -45,3 +43,5 @@ dependencies:
- pip:
- brotlipy
- coverage
- pandas-datareader
- python-dateutil
2 changes: 2 additions & 0 deletions pandas/tests/test_downstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def test_pandas_gbq(df):
pandas_gbq = import_module('pandas_gbq') # noqa


@pytest.mark.xfail(reason="0.7.0 pending")
@tm.network
def test_pandas_datareader():

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


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

geopandas = import_module('geopandas') # noqa
Expand Down

0 comments on commit c0ee70e

Please sign in to comment.