Unpin dependencies

- Unpin lxml for python >= 3.8
- Unpin pyparsing for python <= 3.5

Fixes: #530
This commit is contained in:
Felipe Reyes
2023-03-17 17:01:21 -03:00
parent 296c06d8aa
commit 42d5caea6d

View File

@@ -1,8 +1,9 @@
# pin lxml < 4.6.3 for py35 as no wheels exist for 4.6.3 (deprecated platform)
# 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
lxml<4.6.3; python_version < '3.8'
lxml; python_version >= '3.8'
pyparsing<3.0.0; python_version <= '3.5' # pin for aodhclient which is held for py35
aiounittest
async_generator
# pyopenssl depends on a newer version of cryptography since 22.1.0