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
This commit is contained in:
Corey Bryant
2023-04-19 17:28:27 +00:00
parent cfe9c3ff7d
commit a34ce31e30

View File

@@ -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',