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 99c14ed commit 6af8ef4Copy full SHA for 6af8ef4
pandas/tests/test_downstream.py
@@ -107,6 +107,7 @@ def test_pandas_datareader():
107
108
# importing from pandas, Cython import warning
109
@pytest.mark.filterwarnings("ignore:can't resolve:ImportWarning")
110
+@pytest.mark.skip(reason="Anaconda installation issue - GH32144")
111
def test_geopandas():
112
113
geopandas = import_module("geopandas") # noqa
0 commit comments