From 4503447e9576356030abe59f0f548067fee6771b Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Wed, 31 Aug 2022 10:24:52 +0200 Subject: [PATCH] Release Python version fixed for PCE func tests Signed-off-by: guillaume.lambert Change-Id: Iea3ee2e16edb2f0001da66a6432bc03d751fcb35 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5da05f9cc..cef6e0e78 100644 --- a/tox.ini +++ b/tox.ini @@ -69,7 +69,7 @@ deps = gnpy4tpce==2.4.7 whitelist_externals = launch_tests.sh passenv = LAUNCHER USE_LIGHTY USE_ODL_RESTCONF_VERSION -basepython = python3.8 +basepython = python3 commands = ./launch_tests.sh pce {posargs:} -- 2.36.6