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.
This commit is contained in:
Chris MacNaughton
2022-08-11 11:28:51 -04:00
parent 5da70ae0fd
commit b34d93bc5d
2 changed files with 0 additions and 4 deletions

View File

@@ -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

View File

@@ -37,8 +37,6 @@ install_require = [
'dnspython',
'hvac<0.7.0',
'jinja2',
'juju',
'juju-wait',
'lxml',
'PyYAML',
'tenacity',