summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorNicolas Bock <nicolas.bock@canonical.com>2020-10-03 07:28:49 -0600
committerNicolas Bock <nicolas.bock@canonical.com>2020-10-10 06:47:06 -0600
commit8f9c503ecc7f4fc8bd6cb2108256ba3e63bb3b73 (patch)
tree542d4378ecc9c1386320eef5fad53d87fd53b8a0 /test-requirements.txt
parent055d1601beb95644e37976d9f4aa3601d5084bc1 (diff)
downloadpython-designateclient-8f9c503ecc7f4fc8bd6cb2108256ba3e63bb3b73.tar.gz
Increase hacking version
Increase the hacking version in test-requirements to match the version used in the `designate` project. This change fixes a few errors that the more recent `pyflakes` flags. Change-Id: If7afefde0f33161016a27774021d27239c642eb5 Co-Authored-By: Michael Chapman <woppin@gmail.com> Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>
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 1974962..122e6a2 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 already pins down pep8, pyflakes and flake8
-hacking>=1.1.0,<1.2.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0