Skip to content

Commit a3021ea

Browse files
authored
TST: remove pandas-datareader xfail as 0.4.0 works (#16374)
1 parent e97865e commit a3021ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/tests/test_downstream.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,10 @@ def test_pandas_gbq(df):
8484
pandas_gbq = import_module('pandas_gbq') # noqa
8585

8686

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

9189
pandas_datareader = import_module('pandas_datareader') # noqa
92-
pandas_datareader.get_data_yahoo('AAPL')
90+
pandas_datareader.get_data_google('AAPL')
9391

9492

9593
def test_geopandas():

0 commit comments

Comments
 (0)