From b34d93bc5d156b7fd37b205fd135e970233db4bf Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Thu, 11 Aug 2022 11:28:51 -0400 Subject: [PATCH] Remove libjuju and juju_wait dependency in zaza-openstack-tests This dependency is available via zaza already, and more clearly illustrates the origin of dependencies. --- requirements.txt | 2 -- setup.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3a45abc..e9058b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,8 +6,6 @@ pyparsing<3.0.0 # pin for aodhclient which is held for py35 aiounittest async_generator boto3<1.25 -juju!=2.8.3 # blacklist 2.8.3 as it appears to have a connection bug -juju_wait PyYAML<=4.2,>=3.0 flake8>=2.2.4 flake8-docstrings diff --git a/setup.py b/setup.py index e5e4026..6ae126b 100644 --- a/setup.py +++ b/setup.py @@ -37,8 +37,6 @@ install_require = [ 'dnspython', 'hvac<0.7.0', 'jinja2', - 'juju', - 'juju-wait', 'lxml', 'PyYAML', 'tenacity',