summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-04-02 15:08:30 +0200
committerAndreas Jaeger <aj@suse.com>2020-04-02 15:10:56 +0200
commitd90726a1eb1058d88f328b063e5d062198f9ca0c (patch)
treed8d7cd5551b0e67c22d2419a017c13db736e5d3f /test-requirements.txt
parent8433aba4d6b5925fa8fb223d51a816ff541f1f2f (diff)
downloadoslo-utils-d90726a1eb1058d88f328b063e5d062198f9ca0c.tar.gz
Update hacking for Python3
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Fix problems found. Remove hacking and friends from lower-constraints, they are not needed for installation. Change-Id: I3f23bf09ef24fe34e128102c34382da98e10f5c1
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index ce63b70..ff549ff 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,<1.2.0 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0
eventlet>=0.18.2,!=0.18.3,!=0.20.1,!=0.21.0,!=0.23.0 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD