Projet

Général

Profil

0001-tox-fix-workdir-typo-71144.patch

Paul Marillonnet, 08 novembre 2022 16:16

Télécharger (644 octets)

Voir les différences:

Subject: [PATCH] tox: fix workdir typo (#71144)

 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
tox.ini
4 4
# and then run "tox" from this directory.
5 5

  
6 6
[tox]
7
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/authentic2-cut/{env:BRANCH_NAME:}
7
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/authentic2-gnm/{env:BRANCH_NAME:}
8 8
envlist =
9 9
  py3-dj22
10 10
  py3-dj32
11
-