Merge pull request #1026 from freyes/issue/530

Unpin dependencies
This commit is contained in:
Alex Kavanagh
2023-03-27 12:33:11 +01:00
committed by GitHub

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