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:
committed by
Andreas Jaeger
parent
5ef9a57890
commit
330ff41a3c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user