From 2a6cc76d18f8a1b0c68da158589eea7ed343a669 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 3 Feb 2016 14:32:05 -0800 Subject: [PATCH] Pass ZUUL_TEST_ROOT through tox This is so that one might, for example, run the zuul tests out of a tmpfs. Change-Id: I8e1d5b11c83e5f782f92d95b0d09632312bf310d --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index a6ad6a04a8..79ea939b11 100644 --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,7 @@ setenv = STATSD_HOST=127.0.0.1 STATSD_PORT=8125 VIRTUAL_ENV={envdir} OS_TEST_TIMEOUT=30 +passenv = ZUUL_TEST_ROOT usedevelop = True install_command = pip install {opts} {packages} deps = -r{toxinidir}/requirements.txt