From e58c375b844140b6c5be4ed88c7d795d76835204 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Sat, 26 May 2018 11:45:54 +0200 Subject: [PATCH] CI: revert skip of geopandas downstream test --- 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 c28e2052bd93e..9e46084898b57 100644 --- a/pandas/tests/test_downstream.py +++ b/pandas/tests/test_downstream.py @@ -96,7 +96,6 @@ def test_pandas_datareader(): 'F', 'quandl', '2017-01-01', '2017-02-01') -@pytest.mark.xfail(reaason="downstream install issue") def test_geopandas(): geopandas = import_module('geopandas') # noqa