TST: Ensure base ExtensionArray tests do not use any fixtures in conftest.py
#56735
Labels
ExtensionArray
Extending pandas with custom dtypes or arrays.
Testing
pandas testing functions or related to the test suite
geopandas currently needs to copy over some fixtures used in our base EA tests which is not ideal for portability.
https://github.com/geopandas/geopandas/blob/08c23312edd8b0df25621f0fc77417840efe1fb5/geopandas/tests/test_extension_array.py#L246-L247
Ideally we should have a check that these tests do no use any external fixtures defined in
pandas/conftest.py
or ensurepandas/tests/extension/conftest.py
contains the needed fixtures and instruct authors to copy over this file as well.The text was updated successfully, but these errors were encountered: