Projet

Général

Profil

0001-tox-remove-deprecated-dependency-rules-66488.patch

Paul Marillonnet, 29 juin 2022 13:10

Télécharger (981 octets)

Voir les différences:

Subject: [PATCH 1/3] tox: remove deprecated dependency rules (#66488)

 tox.ini | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
tox.ini
28 28
  rbac: DJANGO_SETTINGS_MODULE=django_rbac.test_settings
29 29

  
30 30
  authentic: TESTS=tests/
31
  authentic-oldldap: TESTS=tests/test_ldap.py
32 31
  rbac: TESTS=tests_rbac/
33 32

  
34 33
  DB_ENGINE=django.db.backends.postgresql_psycopg2
......
83 82
  uwsgidecorators
84 83
  enum34<=1.1.6
85 84
  ldaptools>=0.24
86
  oldldap: python-ldap<3
87 85
  rbac: numpy
88
  py2: django-appconf<1.0.4
89
  py2: django-filter<2
90
  py3: django-filter
86
  django-filter
91 87
  drf39: djangorestframework>=3.9.2,<3.10
92 88
  drf312: djangorestframework>=3.12,<3.13
93 89
  jwcrypto08: jwcrypto<0.9
94
-