From d759b28e36b81b1acc8d28765905ed85e2e2f740 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Wed, 30 Sep 2015 14:48:39 +0200 Subject: [PATCH] Pass HOME variable to the test environments tox >= 2.0 only passes the PATH variable to the test environment but the Puppet tests expect the HOME variable to be defined. Change-Id: I584883ba105d2efc173c48f17eece960d0c16a09 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index c0bf5d10b..c296b350c 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ skipsdist = True [testenv] deps = -r{toxinidir}/test-requirements.txt +passenv = HOME [testenv:manifests] deps =