Skip to content

Commit 6af8ef4

Browse files
Backport PR #32148: CI: skip geopandas downstream test (Anaconda installation issue) (#32149)
Co-authored-by: Joris Van den Bossche <[email protected]>
1 parent 99c14ed commit 6af8ef4

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)