Merge "Fixes for jammy support"

This commit is contained in:
Zuul
2022-05-31 21:48:51 +00:00
committed by Gerrit Code Review

View File

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