Projet

Général

Profil

0002-dj32-use-hobo-s-branch-for-django-3.2-67950.patch

Benjamin Dauvergne, 10 janvier 2023 15:38

Télécharger (978 octets)

Voir les différences:

Subject: [PATCH 2/4] dj32: use hobo's branch for django 3.2 (#67950)

To remove when #67760 is pushed.
 tox.ini | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
tox.ini
45 45
  	django22: psycopg2-binary<2.9
46 46

  
47 47
	django22,django32: djangorestframework>=3.7
48
	django22,django32: https://git.entrouvert.org/hobo.git/snapshot/hobo-main.tar.gz
48
	django22: https://git.entrouvert.org/hobo.git/snapshot/hobo-main.tar.gz
49
        django32: https://git.entrouvert.org/hobo.git/snapshot/hobo-6d4a2108ab5201e5b712f54fd04966b7dcc9fabc.tar.gz
49 50
commands =
50 51
        py3-django22,py3-django32: py.test {posargs: --junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=bijoe tests/}
51 52

  
52
-