From 58e45dee59d1afd05c9e541953d0f4d3c4be9063 Mon Sep 17 00:00:00 2001 From: liyou01 Date: Thu, 2 Mar 2023 11:38:29 +0800 Subject: [PATCH] Update git submodules * Update solum-dashboard from branch 'master' to cf30defab9e28922bb017613ea07d766afa20dd8 - Fix tox4 error tox.ini started failing with Tox4 which had some incompatible changes. One is passenv where we need to pass each value in newline otherwise, it fails with error: failed with pass_env values cannot contain whitespace, use comma to have multiple values in a single line, invalid values found..... Other failure is due to the skipsdist = True. Fixing tox.ini for tox4 changes. Change-Id: Ia9d62d92632aca90a526046971222dc29973fa60 --- solum-dashboard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solum-dashboard b/solum-dashboard index e330c0bb47..cf30defab9 160000 --- a/solum-dashboard +++ b/solum-dashboard @@ -1 +1 @@ -Subproject commit e330c0bb47bc09f9d67a648dc686cc6a4cc69dc5 +Subproject commit cf30defab9e28922bb017613ea07d766afa20dd8