summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-03-31 12:11:21 +0200
committerAndreas Jaeger <aj@suse.com>2020-03-31 12:16:31 +0200
commite25df2943d28588ceede989a801a32cc306019f7 (patch)
tree15a7969204198cca19206d273283c8680346b640 /test-requirements.txt
parent526350eaeeadef8c1ca5f80547c01f94342a6653 (diff)
downloadpython-keystoneclient-e25df2943d28588ceede989a801a32cc306019f7.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. Change-Id: Ic161a8f88c28d88898863e5b9d9380016fbb0d08
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 4683c46..d27f88c 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
flake8-docstrings==0.2.1.post1 # MIT
coverage!=4.4,>=4.0 # Apache-2.0