Closed frenzymadness closed 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.
SpecifierSet
Ah, I forgot that packaging is bundled in setuptools and the mentioned issue is going to be fixed in #4740
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.