We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2923030 commit 9d61a0bCopy full SHA for 9d61a0b
pandas/tests/test_downstream.py
@@ -118,6 +118,7 @@ def test_pandas_datareader():
118
@pytest.mark.filterwarnings("ignore:The 'warn':DeprecationWarning")
119
@pytest.mark.filterwarnings("ignore:pandas.util:DeprecationWarning")
120
@pytest.mark.filterwarnings("ignore:can't resolve:ImportWarning")
121
+@pytest.mark.skip(reason="gh-25778: geopandas stack issue")
122
def test_geopandas():
123
124
geopandas = import_module('geopandas') # noqa
0 commit comments