tox.ini: only show warnings from authentic2

This commit is contained in:
Benjamin Dauvergne 2020-12-03 09:52:08 +01:00
parent 2cc198dd70
commit be38c3ab23
1 changed files with 2 additions and 13 deletions

15
tox.ini
View File

@ -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]