Skip to content

Commit 3f0e37a

Browse files
jorisvandenbosscheproost
authored andcommitted
CI: re-enable downstream test for geopandas (pandas-dev#29993)
1 parent 87966fe commit 3f0e37a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/tests/test_downstream.py

-3
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,7 @@ def test_pandas_datareader():
102102

103103

104104
# importing from pandas, Cython import warning
105-
@pytest.mark.filterwarnings("ignore:The 'warn':DeprecationWarning")
106-
@pytest.mark.filterwarnings("ignore:pandas.util:DeprecationWarning")
107105
@pytest.mark.filterwarnings("ignore:can't resolve:ImportWarning")
108-
@pytest.mark.skip(reason="gh-25778: geopandas stack issue")
109106
def test_geopandas():
110107

111108
geopandas = import_module("geopandas") # noqa

0 commit comments

Comments
 (0)