Projet

Général

Profil

0001-tox-run-tests-with-django3.2-65339.patch

Paul Marillonnet, 17 mai 2022 09:46

Télécharger (1,06 ko)

Voir les différences:

Subject: [PATCH] tox: run tests with django3.2 (#65339)

 tox.ini | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
tox.ini
7 7
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/authentic2-cut/{env:BRANCH_NAME:}
8 8
envlist =
9 9
  py3-dj22
10
  py3-dj32
10 11

  
11 12
[tox:jenkins]
12 13
envlist =
13 14
  py3-dj22
15
  py3-dj32
14 16
  code-style
15 17
  pylint
16 18

  
......
36 38
  # dependency constraints for authentic
37 39
  py3: file-magic
38 40
  djangorestframework>=3.12,<3.13
39
  django-tables2==2.1.1
41
  dj22: django-tables2==2.1.1
40 42
  dj22: Django<3
41 43
  dj22: django-model-utils<4
42 44
  dj22: django-select2>=5,<6
45
  dj32: django-tables2==2.4.1
46
  dj32: Django>=3.2.12,<3.3
47
  dj32: django-select2>=7.7,<7.8
48
  dj32: django-model-utils>=4.2,<4.3
49
  psycopg2-binary
43 50
  dj22: psycopg2-binary<2.9
44 51
  oldldap: python-ldap<3
45 52
  ldaptools
46
-