Merge "[zed] Ensure get_requests_for_local_unit doesn't fail on incomplete relation" into stable/zed

This commit is contained in:
Zuul 2023-09-20 15:13:51 +00:00 committed by Gerrit Code Review
commit 0b6ec31eb4
2 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,4 @@
# when dependencies of the charm change,
# but nothing in the charm needs to.
# simply change the uuid to something new
53cf1d5c-1178-11ec-8ac2-bb3a2551099e
711cc7e4-3dd4-11ee-bd53-5f8e5bf0a191

View File

@ -62,6 +62,7 @@ commands = stestr run --slowest {posargs}
[testenv:pep8]
basepython = python3
deps = flake8==3.9.2
PyYAML==6.0.1
git+https://github.com/juju/charm-tools.git
commands = flake8 {posargs} src unit_tests