From 649d554abd34eef9ab1c203ac98a5abcf6e6d5c1 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 6 Apr 2020 16:17:40 +0200 Subject: [PATCH] Update hacking for Python3 The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Remove hacking and friends from lower-constraints, they are not needed for installation. Change-Id: Ic64f59739d5519b4b4d7b2eee37e63719c51d3db --- lower-constraints.txt | 4 ---- test-requirements.txt | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index fac1829..6bf255e 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -31,7 +31,6 @@ eventlet==0.18.2 extras==1.0.0 fasteners==0.14.1 fixtures==3.0.0 -flake8==2.6.2 Flask==1.0.2 future==0.16.0 futurist==1.8.0 @@ -39,7 +38,6 @@ gitdb2==2.0.5 GitPython==2.1.11 greenlet==0.4.15 grpcio==1.15.0 -hacking==1.1.0 imagesize==1.1.0 iso8601==0.1.12 itsdangerous==1.1.0 @@ -55,7 +53,6 @@ linecache2==1.0.0 logilab-common==1.4.2 Mako==1.0.7 MarkupSafe==1.1.0 -mccabe==0.5.3 microversion-parse==0.2.1 mock==2.0.0 monotonic==1.5 @@ -96,7 +93,6 @@ pyasn1==0.4.5 pycadf==2.9.0 pycodestyle==2.0.0 pycparser==2.19 -pyflakes==1.2.3 Pygments==2.3.1 pyinotify==0.9.6 pylint==1.4.5 diff --git a/test-requirements.txt b/test-requirements.txt index 81b2c28..c572e69 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>=1.1.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0 bandit>=1.1.0 # Apache-2.0 bashate>=0.5.1 # Apache-2.0