Skip to content

ENH: pre-commit check for setup.cfg options.extras_require #48949

Closed
@JMBurley

Description

@JMBurley

Feature Type

  • Extending the existing CI checks for package versioning to account for optional extras now defined in setup.cfg

Problem Description

After #47336 added optional_extras in setup.cfg, we do not have a programmatic check that versions are aligned across the all places they are specified in pandas.

@JMBurley & @mroeschke active in prior thread.

Feature Description

A pre-commit check that ensure that the min version in setup.cfg are aligned with other areas we specify min version (would mean augmenting scripts/validate_min_versions_in_sync.py)

Alternative Solutions

N/A. Simplest to extend existing actions to cover new usage.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    CIContinuous IntegrationDependenciesRequired and optional dependenciesEnhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions