From e4396f16d318b1a2ebc690b2fcafd87d64d4c17c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 3 Aug 2019 11:37:21 +0200 Subject: [PATCH] Update hacking Remove requirements for flake8, mccabe, pyflakes since hacking pins them already - and the pins of hacking are different versions. Update hacking to current release. Change-Id: I64073e3e4cd07c45fd65bad9101693b795ec1afc --- test-requirements.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 305fe88..9f319c4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,13 +3,12 @@ # process, which may cause wedges in the gate later. astroid==1.6.5 # LGPLv2.1 -flake8>=2.5.4,<2.6.0 # MIT -hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 + +# hacking pins flake8 etc +hacking>=1.1.0,<1.2.0 # Apache-2.0 coverage>=4.0 mock>=2.0.0 -mccabe==0.4.0 # MIT License pylint==1.9.2 # GPLv2 -pyflakes==1.0.0 stestr>=2.0.0 # Apache-2.0 testtools>=2.2.0 sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD