Skip to content

Commit 9d61a0b

Browse files
committed
TST: Skip geopandas downstream test
xref gh-25778
1 parent 2923030 commit 9d61a0b

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
@@ -118,6 +118,7 @@ def test_pandas_datareader():
118118
@pytest.mark.filterwarnings("ignore:The 'warn':DeprecationWarning")
119119
@pytest.mark.filterwarnings("ignore:pandas.util:DeprecationWarning")
120120
@pytest.mark.filterwarnings("ignore:can't resolve:ImportWarning")
121+
@pytest.mark.skip(reason="gh-25778: geopandas stack issue")
121122
def test_geopandas():
122123

123124
geopandas = import_module('geopandas') # noqa

0 commit comments

Comments
 (0)