diff --git a/pandas/tests/test_downstream.py b/pandas/tests/test_downstream.py index 1ec25bc8bb295..0f0abd8cd3400 100644 --- a/pandas/tests/test_downstream.py +++ b/pandas/tests/test_downstream.py @@ -92,7 +92,6 @@ def test_pandas_datareader(): pandas_datareader.get_data_google('AAPL') -@pytest.mark.skip(reason="import issue with fiona GH18456") def test_geopandas(): geopandas = import_module('geopandas') # noqa