Skip to content

Commit ed8f67f

Browse files
jorisvandenbosschemeeseeksmachine
authored andcommitted
Backport PR pandas-dev#32148: CI: skip geopandas downstream test (Anaconda installation issue)
1 parent 99c14ed commit ed8f67f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: 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)