anexia-it / django-rest-passwordreset

An extension of django rest framework, providing a configurable password reset strategy
BSD 3-Clause "New" or "Revised" License
419 stars 148 forks source link

pytest stop workin after installing django-rest-passwordreset #134

Closed brunocpradom closed 3 years ago

brunocpradom commented 3 years ago

I installed it, made the settings and everything worked perfectly. But when I ran the tests that were working before the installation, I came across an error saying that a module did not exist ... But when I uninstall the django-rest-resetpassword the tests pass again. I don't understand what is happened!