From 207a0ecb3901d5e9f642e81099dbafa725139905 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Thu, 12 Oct 2023 14:47:39 +0200 Subject: [PATCH] tox: set a $HOME value, helps conda install --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bef6b9343..ed8f5c243 100644 --- a/tox.ini +++ b/tox.ini @@ -57,7 +57,8 @@ deps = py312-lintreadme: readme_renderer[rst] setenv = - py3{8,9,10,11,12}-unit: LC_ALL = C.UTF-8 + LC_ALL = C.UTF-8 + HOME = {envtmpdir} commands_pre = py3{8,9,10,11,12}-unit: python -m pip install -U pip setuptools wheel