brutasse / django-password-reset

Class-based views for password reset
https://django-password-reset.readthedocs.io
BSD 3-Clause "New" or "Revised" License
278 stars 136 forks source link

Fixes tox.ini file to successfully run tests #88

Closed vrocha closed 11 months ago

vrocha commented 11 months ago

The project has undergone refinement to enhance its compatibility and efficiency. Notably, it now excludes tests for Django versions earlier than 3.0 and versions 5.0 and above, aligning the project with contemporary Django releases. Additionally, tests for Python versions below 3.8 have been phased out to focus on maintaining compatibility with more recent Python releases.

This meticulous fine-tuning has culminated in a successful tox test run, validated with an updated tox.ini configuration file. These enhancements ensure the project's robustness and readiness for deployment on modern development environments.