From 105a5d2aa2600ceb0b4bd047d438101363437b25 Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Fri, 29 Dec 2017 09:20:43 -0500 Subject: [PATCH] revert geopandas xfail closes #18780 --- pandas/tests/test_downstream.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pandas/tests/test_downstream.py b/pandas/tests/test_downstream.py index 6407bee49ad15..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.xfail(reason="install not working, gh-18780") def test_geopandas(): geopandas = import_module('geopandas') # noqa