We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c02c9e commit 7b4229aCopy full SHA for 7b4229a
pandas/tests/test_downstream.py
@@ -92,6 +92,7 @@ def test_pandas_datareader():
92
pandas_datareader.get_data_google('AAPL')
93
94
95
+@pytest.mark.xfail(reason="install not working, gh-18780")
96
def test_geopandas():
97
98
geopandas = import_module('geopandas') # noqa
0 commit comments