Skip to content

Commit 616fdf3

Browse files
Revert "CI: xfail geopandas downstream test on MacOS due to fiona install (pandas-dev#46296)" (pandas-dev#46320)
This reverts commit 471319b.
1 parent 478b5ee commit 616fdf3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pandas/tests/test_downstream.py

-8
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import numpy as np
99
import pytest
1010

11-
from pandas.compat import is_platform_mac
1211
import pandas.util._test_decorators as td
1312

1413
import pandas as pd
@@ -197,13 +196,6 @@ def test_pandas_datareader():
197196

198197
# importing from pandas, Cython import warning
199198
@pytest.mark.filterwarnings("ignore:can't resolve:ImportWarning")
200-
@pytest.mark.xfail(
201-
is_platform_mac(),
202-
raises=ImportError,
203-
reason="ImportError: the 'read_file' function requires the 'fiona' package, "
204-
"but it is not installed or does not import correctly",
205-
strict=False,
206-
)
207199
def test_geopandas():
208200

209201
geopandas = import_module("geopandas")

0 commit comments

Comments
 (0)