From a34ce31e30bb4aeecc465d5255e93f1d6f636f07 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Wed, 19 Apr 2023 17:28:27 +0000 Subject: [PATCH] Unpin aodhclient jammy-antelope tests are failing in [1] due to use of an old aodhclient. This issue doesn't exist when using the latest version specified in upper-cosntraints (3.2.0). [1] https://review.opendev.org/c/openstack/charm-aodh/+/878950 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 941b423..75742f1 100644 --- a/setup.py +++ b/setup.py @@ -46,8 +46,7 @@ install_require = [ 'PyYAML', 'tenacity', 'oslo.config<6.12.0', - 'pyparsing<3.0.0', # pin for aodhclient which is held for py35 - 'aodhclient<1.4.0', + 'aodhclient', 'gnocchiclient>=7.0.5,<8.0.0', 'pika>=1.1.0,<2.0.0', 'python-barbicanclient>=4.0.1,<5.0.0',