Closed
Description
openedon Jan 19, 2023
Checklist
- I added a descriptive title
- I searched open reports and couldn't find a duplicate
What happened?
Setuptools has dropped pkg_resources.parse_version
legacy behaviour, so it doesn't use LegacyVersion
under the hood anymore. This results in some InvalidVersion
errors in the test suite: #4732
See:
- Remove support for LegacyVersion pypa/setuptools#2497
- Drop
LegacySpecifier
andLegacyVersion
pypa/packaging#407
Conda Info
See CI https://github.com/conda/conda-build/pull/4732
Conda Config
See CI https://github.com/conda/conda-build/pull/4732
Conda list
See CI https://github.com/conda/conda-build/pull/4732
Additional Context
This affects conda-smithy rerender
too: conda-forge/conda-forge-pinning-feedstock#3973
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
Type
Projects
Status
🏁 Done