Pin pyparsing to work with pinned version of aodhclient
aodhclient is pinned at 1.4.0 and pyparsing needs to be pinned at < 3.0.0 to work with. Note zaza also pins pyparsing as many, many modules use pyparsing and if zaza gets installed first ti might break pip resolution.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user