Projet

Général

Profil

0010-tox.ini-ignore-warning-between-Django-1.11-and-Pytho.patch

Benjamin Dauvergne, 05 mai 2020 16:08

Télécharger (1002 octets)

Voir les différences:

Subject: [PATCH 10/10] tox.ini: ignore warning between Django 1.11 and Python
 3.8 (#42504)

 tox.ini | 3 +++
 1 file changed, 3 insertions(+)
tox.ini
117 117
  ignore:Using or importing the ABCs from 'collections':DeprecationWarning:django.*
118 118
  ignore:Role QuerySet won't use Meta.ordering::django\..*
119 119
  ignore:Using user.is_authenticated\(\) and user.is_anonymous\(\) as a method is deprecated.::rest_framework\.*
120
# warning of gettext() when using Django 1.11 with Python 3.8
121
  ignore:set_output_charset\(\) is deprecated::django.utils.translation.trans_real
122
  ignore:parameter codeset is deprecated::django.utils.translation.trans_real
120 123
# remind us later
121 124
  once:.*staticfiles.*::django\..*
122 125
junit_family=xunit2
123
-