Skip to content

Commit

Permalink
Pin libjuju < 3.0 for stable branches (#550)
Browse files Browse the repository at this point in the history
The stable versions of zaza & zaza-openstack-tests may break
compatibility with libjuju (import juju) over time, so pin to < 3.0
which is known to work. It's definitely broken with the stable/ussuri
branch of zaza.
  • Loading branch information
ajkavanagh authored Aug 11, 2022
1 parent 4816efa commit f607cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pyparsing<3.0.0 # pin for aodhclient which is held for py35
aiounittest
async_generator
juju<3.0
kubernetes<18.0.0; python_version < '3.6' # pined, as juju uses kubernetes
juju
juju_wait
PyYAML>=3.0
flake8>=2.2.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

'hvac<0.7.0',
'jinja2',
'juju',
'juju<3.0',
'juju-wait',
'PyYAML',
'tenacity',
Expand Down

0 comments on commit f607cbe

Please sign in to comment.