tox.ini: do not fail on warnings

This commit is contained in:
Benjamin Dauvergne 2020-10-11 17:25:16 +02:00
parent 503ee1a431
commit 65f1c28ea1
1 changed files with 1 additions and 1 deletions

View File

@ -78,4 +78,4 @@ filterwarnings =
ignore:defusedxml.lxml is no longer supported:DeprecationWarning:openpyxl.xml.functions
ignore:Using or importing the ABCs from 'collections':DeprecationWarning:django.*
# remind us later
once:.*staticfiles.*::django\..*
once