From 48ec0b66f1dc6cece799c12602f26c4c2775a483 Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Tue, 21 Jul 2020 09:55:42 +0530 Subject: [PATCH] Update git submodules * Update oslo.policy from branch 'master' - Fix unit tests to work with stevedore > 2.0.1 stevedore has switched to importlib_metadata[1] and this breaked unit test as the test relied on internal implementation of it. Instead we should switch to mock NamedExtensionManager that's what called by oslo_policy. [1] https://review.opendev.org/#/c/739306/ Closes-Bug: #1888208 Change-Id: I993d743c53fa3506ceda3d1f291c12f4635eb60a --- oslo.policy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.policy b/oslo.policy index cab28649c6..6296fce9f8 160000 --- a/oslo.policy +++ b/oslo.policy @@ -1 +1 @@ -Subproject commit cab28649c689067970a51a2f9b329bdd6a0f0501 +Subproject commit 6296fce9f8e3205506f87dd31d0b18f4b7842000