Skip to content

Commit 7b4229a

Browse files
authored
TST: xfail geopandas downstream test (#18786)
xref #18780
1 parent 6c02c9e commit 7b4229a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/test_downstream.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def test_pandas_datareader():
9292
pandas_datareader.get_data_google('AAPL')
9393

9494

95+
@pytest.mark.xfail(reason="install not working, gh-18780")
9596
def test_geopandas():
9697

9798
geopandas = import_module('geopandas') # noqa

0 commit comments

Comments
 (0)