From 65f1c28ea10fc2deca0189f197dbc4cafee46ca5 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Sun, 11 Oct 2020 17:25:16 +0200 Subject: [PATCH] tox.ini: do not fail on warnings --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 482e52a..4ea257a 100644 --- a/tox.ini +++ b/tox.ini @@ -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