fizista / django-password-validators

Additional libraries for validating passwords in Django.
BSD 3-Clause "New" or "Revised" License
51 stars 30 forks source link

Setuptools test command was deprecated and has been removed #40

Open sevdog opened 3 months ago

sevdog commented 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

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.