Lift flake8 upper bound

Ensure pep8 target can be run on >= Ubuntu 20.04.

Add W504 to list of permitted warnings.

Change-Id: I4de563dd292c86378b26d46922d1e83805b1fabd
This commit is contained in:
James Page 2020-08-06 06:02:09 +01:00
parent 7dea8da5fb
commit 94862373d4
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
charm-tools>=2.4.4
requests>=2.18.4
mock>=1.2
flake8>=2.2.4,<=2.4.1
flake8>=2.2.4
stestr>=2.2.0
coverage>=4.5.2
pyudev # for ceph-* charm unit tests (need to fix the ceph-* charm unit tests/mocking)

View File

@ -116,5 +116,5 @@ commands =
functest-run-suite --keep-model --bundle {posargs}
[flake8]
ignore = E402,E226
ignore = E402,E226,W504
exclude = */charmhelpers