From df0e4acdd4beabc371c0403755931b888d00f4a4 Mon Sep 17 00:00:00 2001 From: Kenneth Giusti Date: Mon, 15 Mar 2021 15:50:33 -0400 Subject: [PATCH] Update the python search path for extra qdrouter modules The latest release of qdrouterd on focal has changed where the internal python modules are installed. This patch updates the tox tests python path configuration. Change-Id: Icb53ee17af01580d899f388f69be9560e23675e0 --- tools/setup-scenario-env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/setup-scenario-env.sh b/tools/setup-scenario-env.sh index 8149f60f9..ce630a453 100755 --- a/tools/setup-scenario-env.sh +++ b/tools/setup-scenario-env.sh @@ -35,6 +35,7 @@ function _setup_global_site_package_path { SITEDIR=${WORKDIR}/${ENVNAME}/lib/python${MAJOR}.${MINOR}/site-packages cat > ${SITEDIR}/dispatch.pth <