From 2376112d5a3e5c3c281162e7eb9b690bd2c30609 Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Thu, 12 Jan 2023 08:05:03 +0000 Subject: [PATCH] Update git submodules * Update python-aodhclient from branch 'master' to 02176deb25b3a8f1bc02eb3d70f0a50ce22f02f7 - Make tox.ini tox 4.0 compatible * use min version 4.2.5, for fixes [1][2][3] * passenv fixed as space-separated list is not allowed anymore * dock target uses requirements from requirements.txt as well as doc/requirements.txt * skipsdist is not supported * whitelist_externals has been removed in favour of allowlist_externals * reno was added to doc/requirements.txt to fix the releasenotes target * update setup.cfg to install aodh from tarball in the requirements The tarball wasn't being installed when specified in tox.ini, and the [extras] section in setup.cfg needed updating to support installing from a URL [1] https://github.com/tox-dev/tox/issues/2754 [2] https://github.com/tox-dev/tox/pull/2824 [3] https://github.com/tox-dev/tox/pull/2828 Change-Id: I4122d0d05f297f864318e80392e6c77fb2e9fdcf --- python-aodhclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-aodhclient b/python-aodhclient index 3214e4fbdd..02176deb25 160000 --- a/python-aodhclient +++ b/python-aodhclient @@ -1 +1 @@ -Subproject commit 3214e4fbdd3e528a5566ca08ae05952296981474 +Subproject commit 02176deb25b3a8f1bc02eb3d70f0a50ce22f02f7