From b8df43f4de36edcc0d144642861f1b00c869d4e3 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Sat, 10 Mar 2018 15:24:50 -0500 Subject: [PATCH] store test temporary files under the .tox environment Change-Id: I5dbb352285d3e3fcb7fff8ddd18939f3d525f0c6 Signed-off-by: Doug Hellmann --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 26a9944a4e..ef7639d534 100644 --- a/tox.ini +++ b/tox.ini @@ -13,6 +13,7 @@ setenv = VIRTUAL_ENV={envdir} PYTHONUNBUFFERED=1 LOGDIR={envdir}/log + TMPDIR={envdir}/tmp basepython = python3 deps = -r{toxinidir}/test-requirements.txt commands =