From 0a545c06bade70a1ffaf17d6720b05f31712a3b4 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Thu, 8 Jun 2023 16:18:44 +0200 Subject: [PATCH] Update git submodules * Update python-glanceclient from branch 'master' to 7c2ab837aa0c5749ac84eb610ed13ac4fb6dfc12 - Docs generation: mock the six module for autodoc Currently, tox-edocs fails with the following error message: Warning, treated as error: autodoc: failed to import module 'shell' from module 'glanceclient'; the following exception was raised: No module named 'six' We used to install six in the virtual environment through keystoneauth, but keystoneauth no longer depends on six. Let's mock six completely in the context of autodoc. Change-Id: Ibcf0b9698227a2c22fe991b7516ba5dceabfc607 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 8681124fcc..7c2ab837aa 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 8681124fcc5643f9c7d2fb4943e954fc49e49441 +Subproject commit 7c2ab837aa0c5749ac84eb610ed13ac4fb6dfc12