We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff59ee commit 511b819Copy full SHA for 511b819
pandas/tests/test_downstream.py
@@ -102,10 +102,7 @@ def test_pandas_datareader():
102
103
104
# importing from pandas, Cython import warning
105
-@pytest.mark.filterwarnings("ignore:The 'warn':DeprecationWarning")
106
-@pytest.mark.filterwarnings("ignore:pandas.util:DeprecationWarning")
107
@pytest.mark.filterwarnings("ignore:can't resolve:ImportWarning")
108
-@pytest.mark.skip(reason="gh-25778: geopandas stack issue")
109
def test_geopandas():
110
111
geopandas = import_module("geopandas") # noqa
0 commit comments