Merge pull request #659 from ajkavanagh/pin-pyparsing-for-aodhclient

Pin pyparsing to work with pinned version of aodhclient
This commit is contained in:
Aurelien Lourot
2021-10-25 16:31:16 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
# This is necessary for Xenial builders
# BUG: https://github.com/openstack-charmers/zaza-openstack-tests/issues/530
lxml<4.6.3
pyparsing<3.0.0 # pin for aodhclient which is held for py35
aiounittest
async_generator
boto3
+1
View File
@@ -43,6 +43,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',
'gnocchiclient>=7.0.5,<8.0.0',
'pika>=1.1.0,<2.0.0',