Open
Description
geopandas currently needs to copy over some fixtures used in our base EA tests which is not ideal for portability.
Ideally we should have a check that these tests do no use any external fixtures defined in pandas/conftest.py
or ensure pandas/tests/extension/conftest.py
contains the needed fixtures and instruct authors to copy over this file as well.