Skip to content

TST: Ensure base ExtensionArray tests do not use any fixtures in conftest.py #56735

Open
@mroeschke

Description

@mroeschke

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 ensure pandas/tests/extension/conftest.py contains the needed fixtures and instruct authors to copy over this file as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ExtensionArrayExtending pandas with custom dtypes or arrays.Testingpandas testing functions or related to the test suite

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions