From 7a0bb3b4269ea294c3a452555478c51863c26a50 Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Thu, 14 Dec 2017 20:44:45 -0500 Subject: [PATCH] TST: xfail geopandas downstream test xref #18780 --- 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..6407bee49ad15 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.xfail(reason="install not working, gh-18780") def test_geopandas(): geopandas = import_module('geopandas') # noqa