From f4224f5ad147a76186ef1ba9f20005720cfc20f7 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Fri, 16 Feb 2024 17:02:20 -0500 Subject: [PATCH] Install newer hacking package for pep8 The target was failing with: AttributeError: 'EntryPoints' object has no attribute 'get' due to flake8 version incompatibility with the old hacking. Change-Id: Id5b4004057bbc6095e059b381cc36445766dda7f --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 948cede..9700c8b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=2.0.0,<=2.1.0 +hacking>=6.1.0,<6.2.0 coverage>=3.6 doc8 fixtures>=1.3.1