Projet

Général

Profil

0002-tox-run-tests-against-a-single-upstream-dj-tables2-2.patch

Paul Marillonnet, 27 avril 2022 10:47

Télécharger (1,15 ko)

Voir les différences:

Subject: [PATCH 2/2] tox: run tests against a single upstream dj-tables2 2.4.1
 version (#64568)

    which happens to be debian bookworm's packaged version.
 tox.ini | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
tox.ini
6 6
[tox]
7 7
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/authentic/
8 8
envlist =
9
  authentic-py3-dj22-drf39-djtables1211
10
  authentic-py3-dj22-drf312-djtables211
9
  authentic-py3-dj22-drf39-djtables241
10
  authentic-py3-dj22-drf312-djtables241
11 11
  code-style
12 12

  
13 13
[tox:jenkins]
14 14
envlist =
15 15
  update-locales
16
  authentic-py3-dj22-drf39-djtables1211
16
  authentic-py3-dj22-drf312-djtables241
17 17
  check-migrations
18 18
  code-style
19 19
  pylint
......
49 49
deps = 
50 50
  pip > 9
51 51
  dj22: django<2.3
52
  djtables1211: django-tables2==1.21.1
53
  djtables211: django-tables2==2.1.1
52
  djtables241: django-tables2==2.4.1
54 53
  psycopg2-binary<2.9
55 54
  coverage
56 55
  pytest-cov
57
-