Skip to content

Commit

Permalink
cephadm: pin flake8 to 5.0.4
Browse files Browse the repository at this point in the history
to workaround zheller/flake8-quotes#110
flake8 v5.0.4 is the last known-to-work flake8 before flake8 v6.0.0.

Fixes: https://tracker.ceph.com/issues/58069
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
  • Loading branch information
tchaikov committed Nov 24, 2022
1 parent 6257818 commit ecb3fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cephadm/tox.ini
Expand Up @@ -59,7 +59,7 @@ commands =
basepython = python3
allowlist_externals = bash
deps =
flake8
flake8 == 5.0.4
flake8-quotes
commands =
flake8 --config=tox.ini {posargs:cephadm.py}
Expand Down

0 comments on commit ecb3fb1

Please sign in to comment.