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

This commit is contained in:
Zuul 2023-09-13 20:25:40 +00:00 committed by Gerrit Code Review
commit e1b5b1b7a1
1 changed files with 2 additions and 1 deletions

View File

@ -90,7 +90,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