From d2ccf70f078d706e293d3bc08386c7f5efae4041 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Thu, 23 Nov 2017 22:45:12 +0100 Subject: [PATCH] CI: temp skip geopandas downstream tests (GH18456) --- pandas/tests/test_downstream.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/tests/test_downstream.py b/pandas/tests/test_downstream.py index 0f0abd8cd3400..1ec25bc8bb295 100644 --- a/pandas/tests/test_downstream.py +++ b/pandas/tests/test_downstream.py @@ -92,6 +92,7 @@ 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