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

This commit is contained in:
Zuul 2023-09-08 15:59:16 +00:00 committed by Gerrit Code Review
commit 373ca992e8
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,8 @@ deps = -r{toxinidir}/requirements.txt
[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