Skip to content

Commit 5e67065

Browse files
CI: temp skip geopandas downstream tests (GH18456) (#18457)
1 parent 492040b commit 5e67065

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/test_downstream.py

+1
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.skip(reason="import issue with fiona GH18456")
9596
def test_geopandas():
9697

9798
geopandas = import_module('geopandas') # noqa

0 commit comments

Comments
 (0)