We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97865e commit a3021eaCopy full SHA for a3021ea
pandas/tests/test_downstream.py
@@ -84,12 +84,10 @@ def test_pandas_gbq(df):
84
pandas_gbq = import_module('pandas_gbq') # noqa
85
86
87
-@pytest.mark.xfail(reason=("pandas_datareader<=0.3.0 "
88
- "broken w.r.t. pandas >= 0.20.0"))
89
def test_pandas_datareader():
90
91
pandas_datareader = import_module('pandas_datareader') # noqa
92
- pandas_datareader.get_data_yahoo('AAPL')
+ pandas_datareader.get_data_google('AAPL')
93
94
95
def test_geopandas():
0 commit comments