Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix setup.cfg for setuptools 67. #5336

Closed
wants to merge 1 commit into from
Closed

Conversation

hjoliver
Copy link
Member

@hjoliver hjoliver commented Jan 30, 2023

pip install . results in the latest setuptools (version 67) being installed, which rejects bad syntax in setup.cfg: foo>=3.* (the wildcard is only allowed with ==).

This is causing CI to fail on GitHub, and reproduced locally.

Check List

  • I have read CONTRIBUTING.md and added my name as a Code Contributor.
  • Contains logically grouped changes (else tidy your branch by rebase).
  • Does not contain off-topic changes (use other PRs for other changes).
  • Applied any dependency changes to both setup.cfg and conda-environment.yml.
  • Tests are included (or explain why tests are not needed).
  • CHANGES.md entry included if this is a change that can affect users
  • Cylc-Doc pull request opened if required at cylc/cylc-doc/pull/XXXX.
  • If this is a bug fix, PR should be raised against the relevant ?.?.x branch.

@hjoliver hjoliver added the bug label Jan 30, 2023
@hjoliver hjoliver self-assigned this Jan 30, 2023
@hjoliver hjoliver closed this Jan 30, 2023
@hjoliver hjoliver deleted the setup-tools branch January 30, 2023 22:15
@hjoliver
Copy link
Member Author

(Doh, beaten too it. Duplicate of #5333)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant