pytest: filter warnings

This commit is contained in:
Benjamin Dauvergne 2020-05-15 15:51:25 +02:00
parent 8af8296dff
commit 2cda189d0f
1 changed files with 7 additions and 0 deletions

View File

@ -74,3 +74,10 @@ commands =
[pytest]
junit_family=xunit2
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.*
# remind us later
once:.*staticfiles.*::django\..*