From 49de3e954e3187da34b43f2093d244bcb47127d1 Mon Sep 17 00:00:00 2001 From: Don Penney Date: Thu, 10 Sep 2020 10:27:53 -0400 Subject: [PATCH] Use newer flake8 to run on ubuntu-focal Zuul machines flake8 2.5.5 fails on ubuntu-focal zuul machines running python3.8 with the following error: AttributeError: 'FlakesChecker' object has no attribute 'CONSTANT' The update removes the version constraint to use newer flake8. Change-Id: I8f82c818fd9653da14f042fffa4acf304fd76789 Partial-Bug: 1895054 Signed-off-by: Don Penney --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 3ee3d2794..8e3e0bffa 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ # hacking pulls in flake8 -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking bashate >= 0.2 bandit!=1.6.0,>=1.1.0,<2.0.0