summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-03-28 15:38:59 +0100
committerAndreas Jaeger <jaegerandi@gmail.com>2020-03-31 10:04:12 +0000
commit9dede4eb2b824b21c0031507bd986796f535810c (patch)
treef7b608f8e48da9b3318137662470ef12a11d9f71 /test-requirements.txt
parent6b071d397e9ba8ff81962f5709f3d14d6408dd2f (diff)
downloadpython-heatclient-9dede4eb2b824b21c0031507bd986796f535810c.tar.gz
Update hacking for Python3ussuri-em2.1.0
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Fix problems found. Change-Id: I82c745f5b1236844deec4538be84037a64eebeee
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 4f6c9a3..6173b05 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
-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
fixtures>=3.0.0 # Apache-2.0/BSD
requests-mock>=1.2.0 # Apache-2.0