From ebb7f97c0569055676395b7ffaf6014f01f3766d Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 6 Feb 2022 02:40:28 +0900 Subject: [PATCH] Bump hacking to 3.0.1 This bumps hacking to 3.0.1 to resolve the following conflict causing failure during installation. ERROR: Cannot install hacking and pyflakes>=2.1.1 because these package versions have conflicting dependencies. The conflict is caused by: The user requested pyflakes>=2.1.1 flake8 2.6.2 depends on pyflakes!=1.2.0, !=1.2.1, !=1.2.2, <1.3 and >=0.8.1 The user requested pyflakes>=2.1.1 flake8 2.6.1 depends on pyflakes!=1.2.0, !=1.2.1, !=1.2.2, <1.3 and >=0.8.1 The user requested pyflakes>=2.1.1 flake8 2.6.0 depends on pyflakes!=1.2.0, !=1.2.1, !=1.2.2, <1.3 and >=0.8.1 Change-Id: Ie378f9bcbe6096b362cec81ab00c04e952667ea8 --- test-requirements.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 02ac1ee..caf98b1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,12 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=1.1.0,<1.2.0 # Apache-2.0 -# remove this pyflakes from here once you bump the -# hacking to 3.2.0 or above. hacking 3.2.0 takes -# care of pyflakes version compatibilty. -pyflakes>=2.1.1 - +hacking>=3.0.1,<3.1.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 python-subunit>=1.0.0 # Apache-2.0/BSD sphinx>=2.0.0,!=2.1.0 # BSD