Projet

Général

Profil

0001-tests-use-several-venvs-for-tests-40123.patch

Nicolas Roche, 24 février 2020 16:17

Télécharger (987 octets)

Voir les différences:

Subject: [PATCH] tests: use several venvs for tests (#40123)

 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
tox.ini
1 1
# Tox (http://tox.testrun.org/) is a tool for running tests
2 2
# in multiple virtualenvs. This configuration file will run the
3 3
# test suite on all supported python versions. To use it, "pip install tox"
4 4
# and then run "tox" from this directory.
5 5
[tox]
6
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/hobo
6
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/hobo/{env:BRANCH_NAME:}
7 7
envlist = coverage-{authentic,hobo,multipublik,multitenant,multitenant-oldstylemiddleware,passerelle,schemas},
8 8

  
9 9
[testenv]
10 10
basepython = python2
11 11
whitelist_externals =
12 12
	/bin/mv
13 13
usedevelop = True
14 14
setenv =
15
-