From 0b81173a45d8691c2618c2dbb0235920cb0815b9 Mon Sep 17 00:00:00 2001 From: Zuul Date: Fri, 6 May 2022 15:43:37 +0000 Subject: [PATCH] Update git submodules * Update glance from branch 'master' to f40fdba514ed10f1c9b3ce78bc6ac39e5bee8423 - Merge "[CI] Add upper constraints to install command" - [CI] Add upper constraints to install command In cases when a package is installed in tox's develop-inst phase upper constraints are not used if it were not defined in 'deps' of the tox target. This caused for example 'tox -e docs' to fail in case a package introduced some branch incompatible change. There are two option to fix this: * add the upper constraints to 'deps' of the target (and pre-install requirements for some cases) OR * use it in the install_command In the past the latter needed some extra attention (due to e.g. lower constraints tests) and projects were encouraged to remove the install_command, but nowadays this seems better fitting for some project and easier to use. So this patch fixes the upper constraints usage via the custom install_command and by removing it from 'deps'. Change-Id: Iae07e1c5abde09874928951ac55c2d0355bcd244 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 2eb118905c..f40fdba514 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 2eb118905c08374c37ecff1cc2a8b5dad24502ee +Subproject commit f40fdba514ed10f1c9b3ce78bc6ac39e5bee8423