Projet

Général

Profil

0001-Enabled-django-3.2-testing-in-tox-file.patch

A. Berriot, 03 août 2022 13:27

Télécharger (1,58 ko)

Voir les différences:

Subject: [PATCH 1/7] Enabled django 3.2 testing in tox file

 setup.py |  2 +-
 tox.ini  | 11 ++++++++---
 2 files changed, 9 insertions(+), 4 deletions(-)
setup.py
149 149
        'Programming Language :: Python',
150 150
    ],
151 151
    install_requires=[
152
        'django>=2.2, <2.3',
152
        'django>=2.2, <3.3',
153 153
        'gadjo',
154 154
        'celery<4' if sys.version_info < (3, 7) else 'celery>=4',
155 155
        'django-mellon',
tox.ini
37 37
	drf39: djangorestframework>=3.9.2,<3.10
38 38
	drf312: djangorestframework>=3.12,<3.13
39 39
	django22: django>=2.2,<2.3
40
	django32: django>=3.2,<3.3
40 41
	pytest!=6.0.0
41 42
	pytest-cov
42 43
	pytest-django
......
47 48
	django-mellon
48 49
	django-webtest
49 50
	Markdown<3
50
	django-tables2<2.0
51
	django22: django-tables2<2.0
52
	django32: django-tables2>=2.4<2.5
51 53
	authentic: https://git.entrouvert.org/authentic.git/snapshot/authentic-main.tar.gz
52 54
	passerelle: https://git.entrouvert.org/passerelle.git/snapshot/passerelle-main.tar.gz
53 55
	passerelle: python-memcached
......
59 61
	pytest-freezegun
60 62
	xmlschema<1.1
61 63
	enum34<=1.1.6
62
	psycopg2<2.9
63
	psycopg2-binary<2.9
64
	django32: psycopg2
65
	django32: psycopg2-binary
66
  	django22: psycopg2<2.9
67
  	django22: psycopg2-binary<2.9
68

  
64 69
	black: pre-commit
65 70
commands =
66 71
	./getlasso3.sh
67
-