From 0b7d68098a07920d46341dfd2df3ce803e03af80 Mon Sep 17 00:00:00 2001 From: Zuul Date: Tue, 13 Jul 2021 03:13:31 +0000 Subject: [PATCH] Update git submodules * Update python-brick-cinderclient-ext from branch 'master' to b60c79a10fcd4aa5216ef9c760eb2ed5a3b5c2db - Merge "Remove skip_missing_interpreters" - Remove skip_missing_interpreters The Zuul results on [0], for example, show the functional-py36 job as passing, when actually no tests were run because a py36 interpreter was not available. So don't allow this to happen, and change the default testenvs to test generic "py3" instead of py36 and py38. This kind of sucks because someone might test locally against a py3 version we don't even support, but it's either that or require that developers have both py36 and py38 available on their systems ... which most of us do. But the wider community, as far as I can tell, thinks that requirement is unreasonable and that it would discourage new contributors. This requires a corresponding change in the zuul config file so that the functional-py36 job explicitly requires that py36 be available. And because explicit is better than implicit, the requirement is also added to the functional-py38 job definition. [0] https://review.opendev.org/c/openstack/python-brick-cinderclient-ext/+/796787/1 Change-Id: Iba7c25dd51dd0b91909b083272a8d5efc853115e --- python-brick-cinderclient-ext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-brick-cinderclient-ext b/python-brick-cinderclient-ext index 36835474b2..b60c79a10f 160000 --- a/python-brick-cinderclient-ext +++ b/python-brick-cinderclient-ext @@ -1 +1 @@ -Subproject commit 36835474b218593943582980d58931438047221d +Subproject commit b60c79a10fcd4aa5216ef9c760eb2ed5a3b5c2db