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

This commit is contained in:
Zuul 2023-09-20 15:13:52 +00:00 committed by Gerrit Code Review
commit 2b7800abf7
2 changed files with 3 additions and 2 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
fdb2c6cd-5f92-40c2-9af1-fecff8a72d87
acd144bc-3b6e-11ee-98ec-cf147da80e00

View File

@ -92,7 +92,8 @@ commands = stestr run --slowest {posargs}
[testenv:pep8]
basepython = python3
deps = flake8==3.9.2
charm-tools==2.8.3
PyYAML==6.0.1
charm-tools==2.8.6
commands = flake8 {posargs} src unit_tests
[testenv:func-target]