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

This commit is contained in:
Zuul 2023-09-13 16:08:41 +00:00 committed by Gerrit Code Review
commit 4627826db6
1 changed files with 2 additions and 1 deletions

View File

@ -84,7 +84,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} hooks unit_tests tests actions lib files
charm-proof