From b9f60cd750ad636d17cbf5f0d01c1bb4cc9d17d1 Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Fri, 30 Oct 2020 13:26:59 +0100 Subject: [PATCH] force lighty use in tox Signed-off-by: guillaume.lambert Change-Id: I849923ce4d50c02b5fd377acb29abbe5ed4ec75c (cherry picked from commit b6b102950a565050d0b2678757be1e3c6973953b) --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 6df0e2fc1..5b567560c 100644 --- a/tox.ini +++ b/tox.ini @@ -8,6 +8,8 @@ setupdir = tests/ [testenv] passenv = USE_LIGHTY http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY +setenv = + USE_LIGHTY = True usedevelop = True basepython = python3 deps = -- 2.36.6