From d7db365912a2c34118b6e6b8c638d52666f8ecb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Thu, 29 Aug 2019 19:41:27 +0200 Subject: Set HOME environment variable for tests This fixes host contamination for tools that use HOME, e.g., bzr. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index cd798bc03..06dcd8fd4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,6 +16,7 @@ norecursedirs = tests/integration/project integration-cache tmp __pycache__ .egg python_files = tests/*/*.py env = D:BST_TEST_SUITE=True + D:HOME=./tmp D:XDG_CACHE_HOME=./tmp/cache D:XDG_CONFIG_HOME=./tmp/config D:XDG_DATA_HOME=./tmp/share -- cgit v1.2.1