Skip to content

Commit cb4f739

Browse files
CI: skip geopandas downstream test (Anaconda installation issue) (#32148)
1 parent 38e16c4 commit cb4f739

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
@@ -107,6 +107,7 @@ def test_pandas_datareader():
107107

108108
# importing from pandas, Cython import warning
109109
@pytest.mark.filterwarnings("ignore:can't resolve:ImportWarning")
110+
@pytest.mark.skip(reason="Anaconda installation issue - GH32144")
110111
def test_geopandas():
111112

112113
geopandas = import_module("geopandas") # noqa

0 commit comments

Comments
 (0)