We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492040b commit 5e67065Copy full SHA for 5e67065
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.skip(reason="import issue with fiona GH18456")
96
def test_geopandas():
97
98
geopandas = import_module('geopandas') # noqa
0 commit comments