We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478b5ee commit 616fdf3Copy full SHA for 616fdf3
pandas/tests/test_downstream.py
@@ -8,7 +8,6 @@
8
import numpy as np
9
import pytest
10
11
-from pandas.compat import is_platform_mac
12
import pandas.util._test_decorators as td
13
14
import pandas as pd
@@ -197,13 +196,6 @@ def test_pandas_datareader():
197
196
198
# importing from pandas, Cython import warning
199
@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
-)
207
def test_geopandas():
208
209
geopandas = import_module("geopandas")
0 commit comments