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
This commit is contained in:
Zuul 2022-05-06 15:43:37 +00:00 committed by Gerrit Code Review
parent d71d10f1ce
commit 0b81173a45
1 changed files with 1 additions and 1 deletions

2
glance

@ -1 +1 @@
Subproject commit 2eb118905c08374c37ecff1cc2a8b5dad24502ee
Subproject commit f40fdba514ed10f1c9b3ce78bc6ac39e5bee8423