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-14 14:09:33 +00:00 committed by Gerrit Code Review
commit 50b0c1cd85
3 changed files with 9 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
53a3cc06-1178-11ec-a0a4-d3f9c5859dca
3b69cd5e-3d39-11ee-8707-cfcc042e848f

View File

@ -225,6 +225,12 @@
"package": "pyaml",
"vcs": null,
"version": "21.10.1"
},
{
"type": "python_module",
"package": "Cython",
"vcs": null,
"version": "0.29.36"
}
]
}

View File

@ -97,7 +97,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]