Skip to content

Commit

Permalink
TST: remove pandas-datareader xfail as 0.4.0 works (#16374)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback authored May 17, 2017
1 parent e97865e commit a3021ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pandas/tests/test_downstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,10 @@ def test_pandas_gbq(df):
pandas_gbq = import_module('pandas_gbq') # noqa


@pytest.mark.xfail(reason=("pandas_datareader<=0.3.0 "
"broken w.r.t. pandas >= 0.20.0"))
def test_pandas_datareader():

pandas_datareader = import_module('pandas_datareader') # noqa
pandas_datareader.get_data_yahoo('AAPL')
pandas_datareader.get_data_google('AAPL')


def test_geopandas():
Expand Down

0 comments on commit a3021ea

Please sign in to comment.