Skip to content

Commit

Permalink
Revert "CI: xfail geopandas downstream test on MacOS due to fiona ins…
Browse files Browse the repository at this point in the history
…tall (#46296)" (#46320)

This reverts commit 471319b.
  • Loading branch information
jorisvandenbossche authored Mar 11, 2022
1 parent 54777c7 commit 444fa9c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pandas/tests/test_downstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import numpy as np
import pytest

from pandas.compat import is_platform_mac
import pandas.util._test_decorators as td

import pandas as pd
Expand Down Expand Up @@ -197,13 +196,6 @@ def test_pandas_datareader():

# importing from pandas, Cython import warning
@pytest.mark.filterwarnings("ignore:can't resolve:ImportWarning")
@pytest.mark.xfail(
is_platform_mac(),
raises=ImportError,
reason="ImportError: the 'read_file' function requires the 'fiona' package, "
"but it is not installed or does not import correctly",
strict=False,
)
def test_geopandas():

geopandas = import_module("geopandas")
Expand Down

0 comments on commit 444fa9c

Please sign in to comment.