From 16ba0f649ecf9bd26157b724aaaab348424704ed Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 29 Apr 2022 11:29:52 +0200 Subject: [PATCH] tox.ini: do not fail on ImportWarning from six (#64695) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 3903d19..6d40478 100644 --- a/tox.ini +++ b/tox.ini @@ -97,3 +97,4 @@ filterwarnings = # 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 + ignore::ImportWarning