tox.ini: add warning filters

This commit is contained in:
Benjamin Dauvergne 2020-11-27 15:35:43 +01:00
parent 7d7ddd93c6
commit 808ce209bc
1 changed files with 3 additions and 0 deletions

View File

@ -55,3 +55,6 @@ junit_family=xunit2
filterwarnings =
error
ignore:Using or importing the ABCs from 'collections':DeprecationWarning:django.*
# warning of gettext() when using Django 1.11 with Python 3.8
ignore:set_output_charset\(\) is deprecated::django.utils.translation.trans_real
ignore:parameter codeset is deprecated::django.utils.translation.trans_real