From 808ce209bc74aea73d6ad8700cf71d61a2518fff Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 27 Nov 2020 15:35:43 +0100 Subject: [PATCH] tox.ini: add warning filters --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 26f30e2..9aeeb9c 100644 --- a/tox.ini +++ b/tox.ini @@ -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