Projet

Général

Profil

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

Paul Marillonnet, 22 juin 2022 22:15

Télécharger (972 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
27 27
  rbac: DJANGO_SETTINGS_MODULE=django_rbac.test_settings
28 28

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

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