-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
This part of the test no longer raises an exception:
setuptools/setuptools/tests/test_dist.py
Lines 148 to 150 in 1f79847
attrs = {'name': 'foo', 'python_requires': ['>=3.0', '!=3.1']} | |
with pytest.raises(DistutilsSetupError): | |
dist = Distribution(attrs) |
because of this change in packaging: pypa/packaging@2b06f90 SpecifierSet
can be created from a list.
Metadata
Metadata
Assignees
Labels
No labels