tox: ignore py3.5-related deprecation warnings (#47542)

This commit is contained in:
Paul Marillonnet 2020-10-27 16:06:29 +01:00
parent 51ba6a17d4
commit 237afe7b1a
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ filterwarnings =
ignore:defusedxml.lxml is no longer supported:DeprecationWarning:openpyxl.xml.functions
ignore:Using or importing the ABCs from 'collections':DeprecationWarning:django.*
ignore:Using user.is_authenticated\(\) and user.is_anonymous\(\) as a method is deprecated.::rest_framework\.*
ignore:Python 3.5 support will be dropped:DeprecationWarning
# remind us later
once:.*staticfiles.*::django\..*
once:please use dns.resolver.resolve