When I install django_prometheus the tests are failing
Closed this issue · 0 comments
segfault14 commented
I have a big django project consisting of many apps and I want to install django_prometheus.
I followed the 3 steps in the guide, but when I try to run the tests I have , it breaks with an error saying that it cannot create the test database.
When I remove the django_prometheus app, tests are passing.
Has anyone experienced the same behavior?
Thanks