From be38c3ab23a1e6f81c0984c5c1e8a49ef61dd582 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 3 Dec 2020 09:52:08 +0100 Subject: [PATCH] tox.ini: only show warnings from authentic2 --- tox.ini | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/tox.ini b/tox.ini index c5b4998fe..6100212b7 100644 --- a/tox.ini +++ b/tox.ini @@ -107,19 +107,8 @@ commands = [pytest] filterwarnings = - error -# there is nothing we can do about that - ignore:defusedxml.lxml is no longer supported:DeprecationWarning:openpyxl.xml.functions - ignore:Using or importing the ABCs from 'collections':DeprecationWarning:django.* - ignore:Role QuerySet won't use Meta.ordering::django\..* - ignore:Using user.is_authenticated\(\) and user.is_anonymous\(\) as a method is deprecated.::rest_framework\.* - ignore:Rendering.*raised KeyError::django\.template\.loader_tags -# 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 -# remind us later - once:.*staticfiles.*::django\..* - once + ignore + once:::authentic2.* junit_family=xunit2 [coverage:run]