-
Notifications
You must be signed in to change notification settings - Fork 94
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 to make setup.cfg work with setuptools v67.0.0 #5333
Conversation
https://github.com/cylc/cylc-flow/actions/runs/4042658912/jobs/6950630795#step:10:358 Seems to be a bug in |
Looks like it :( |
e31a6f9
to
1e23995
Compare
019353a
to
5d60214
Compare
5d60214
to
6417e6d
Compare
Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com>
This PR was raised against master but it should have been "8.1.x", I didn't spot that. Please go through the check-list with PRs, the last check covers this. |
fix to make setup.cfg work with setuptools v67.0.0
fix to make setup.cfg work with setuptools v67.0.0
A very small change to the format of the setup.cfg to make it work with the latest version of setuptools.
Non fast-tests cancelled.
See also https://github.com/pypa/setuptools/blob/v67.0.0/CHANGES.rst
(Still digging to find out what part of PEP508 or 440 was the problem)
Caused by this PR fixing.
Reference: Using setuptools comments to make requirements py version dependent