archweb icon indicating copy to clipboard operation
archweb copied to clipboard

Document showing deprecation warnings for our code

Open jelly opened this issue 6 years ago • 1 comments

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

jelly avatar Feb 01 '19 12:02 jelly

Switching to pytest would resolve this issue, since it outputs deprecation warnings by default

jelly avatar Mar 23 '19 14:03 jelly