openstack-charmers / zaza

A Python3-only functional test framework for Charms
Apache License 2.0
11 stars 47 forks source link

Fix queens requirements #599

Open lmlg opened 1 year ago

lmlg commented 1 year ago

The stable/queens branch does not have juju pinned in its requirements, which makes the charmhub migration patchsets fail, because the juju controllers are incompatible..

ajkavanagh commented 1 year ago

@lmlg I think that in order to get this fix passing its tests, you need (this PR)[https://github.com/openstack-charmers/zaza/pull/593] which fixes issues around 3.6 and access issues. It might be good to cherry pick that as a separate PR and then rebase this one on top of that.