From: garciadeblas Date: Tue, 1 Apr 2025 17:10:37 +0000 (+0200) Subject: Pin flake8 version while flake issues are being fixed X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=3314a57f964ee8827cc3b6b19c8cbc8966a30df9;p=osm%2FLCM.git Pin flake8 version while flake issues are being fixed Change-Id: I1a5250946ff95eb74e7cf77935a51844573c74b6 Signed-off-by: garciadeblas --- diff --git a/tox.ini b/tox.ini index 268ae782..f106d067 100644 --- a/tox.ini +++ b/tox.ini @@ -55,7 +55,7 @@ allowlist_externals = sh ####################################################################################### [testenv:flake8] -deps = flake8 +deps = flake8==7.1.2 commands = flake8 osm_lcm/ setup.py