pypa / setuptools

Official project repository for the Setuptools build system
https://pypi.org/project/setuptools/
MIT License
2.54k stars 1.19k forks source link

`test_check_specifier` fails with the latest packaging #4745

Closed frenzymadness closed 2 weeks ago

frenzymadness commented 2 weeks ago

This part of the test no longer raises an exception:

https://github.com/pypa/setuptools/blob/1f798478979b5bae6dbd13d1b47518982673283d/setuptools/tests/test_dist.py#L148-L150

because of this change in packaging: https://github.com/pypa/packaging/commit/2b06f90cbe2ffbde64ea23ca36c96c35e2aca05a SpecifierSet can be created from a list.

frenzymadness commented 2 weeks ago

Ah, I forgot that packaging is bundled in setuptools and the mentioned issue is going to be fixed in #4740