archweb
archweb copied to clipboard
Document showing deprecation warnings for our code
The following command shows all deprecation warnings for our code but also for virtualenv's it would be useful to figure out how to show it just for our code and run that in our CI
PYTHONWARNINGS=always ./manage.py test
Switching to pytest would resolve this issue, since it outputs deprecation warnings by default