From bdb69f7bd28ecde8cb420e9659eea8274a45fc7a Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Thu, 8 Feb 2018 16:58:42 +0000 Subject: [PATCH] Update git submodules * Update taskflow from branch 'master' - Fix invalid json unit test Recent versions of oslo.serialization have made it possible to dump exceptions to JSON, which broke a unit test in taskflow that assumed exceptions were unserializable. This change switches to an explicitly unserializable class for that test. Change-Id: If6d19bc9fcf1f1813cb087d42dc7ba6a61c71b3d Closes-Bug: 1748241 --- taskflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskflow b/taskflow index 406073e884..44ce6eae91 160000 --- a/taskflow +++ b/taskflow @@ -1 +1 @@ -Subproject commit 406073e884a406a8950c7c6f066d1019641b9bf5 +Subproject commit 44ce6eae918d44c0ee85998d0526e916dee8de26