From 525c95bae103e91caf436f4372e10c6e7538e597 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 fd6763d5f..bcebf2d31 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