summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-04-02 15:40:21 +0200
committerAndreas Jaeger <aj@suse.com>2020-04-02 15:48:09 +0200
commit82da2378eaf1e2283ed623760d065cc972dd0871 (patch)
treefc218fd7bc0842837e665ebd403965d1419f20f7 /test-requirements.txt
parent6b5a16302218400650458738899c1fcbd8f4abfd (diff)
downloadpython-glanceclient-82da2378eaf1e2283ed623760d065cc972dd0871.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: I5ae47a7b11ff29a301e440c15daf30db7738485b
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 8e8541c..3a6aa59 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
coverage!=4.4,>=4.0 # Apache-2.0
mock>=2.0.0 # BSD