Open sevdog opened 3 months ago
The test command of setuptools has long being deprecated and it was removed from version 72.0.0 which was released this night https://github.com/pypa/setuptools/issues/4519
test
setuptools
https://github.com/fizista/django-password-validators/blob/b9c0384c21cb3f7ccfb256cd0e0b6bfb500abf83/setup.py#L6
https://github.com/fizista/django-password-validators/blob/b9c0384c21cb3f7ccfb256cd0e0b6bfb500abf83/setup.py#L11-L30
This now prevents from installing this package since it relies on such feature.
Since the tox configuration does not use setup.py test it should be simple to remove such element.
setup.py test
The
test
command ofsetuptools
has long being deprecated and it was removed from version 72.0.0 which was released this night https://github.com/pypa/setuptools/issues/4519https://github.com/fizista/django-password-validators/blob/b9c0384c21cb3f7ccfb256cd0e0b6bfb500abf83/setup.py#L6
https://github.com/fizista/django-password-validators/blob/b9c0384c21cb3f7ccfb256cd0e0b6bfb500abf83/setup.py#L11-L30
This now prevents from installing this package since it relies on such feature.
Since the tox configuration does not use
setup.py test
it should be simple to remove such element.