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: I46ca7bcc0ca6e3f1a1c859b8a765d955aeb5d650
This commit is contained in:
Andreas Jaeger 2020-04-02 15:18:36 +02:00 committed by Andreas Jaeger
parent 5ef9a57890
commit 330ff41a3c
2 changed files with 1 additions and 5 deletions

View File

@ -1,12 +1,8 @@
cinder==13.0.0
flake8==2.5.5
hacking==0.12.0
mock==2.0.0
openstackdocstheme==1.20.0
os-brick==2.7.0
pyflakes==0.8.1
pbr==2.0.0
pep8==1.5.7
reno==2.5.0
six==1.10.0
Sphinx==1.6.2

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
hacking>=3.0,<3.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
ddt>=1.0.1 # MIT
oslotest>=3.2.0 # Apache-2.0