summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-03-27 19:16:32 +0100
committerAndreas Jaeger <jaegerandi@gmail.com>2020-03-30 13:49:29 +0000
commit7f638bb493571f2a6d30d3679945119d6596cfa7 (patch)
treee348dc8e9eaf5f8e99cda8b222c8c704da025987 /test-requirements.txt
parentd87618b24fc9b11b5ae216e241e1a4d1d4fb8e72 (diff)
downloadoslo-messaging-7f638bb493571f2a6d30d3679945119d6596cfa7.tar.gz
Update hacking for Python312.1.0
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Update local hacking check for new flake8 version. Blacklist: W504 line break after binary operator Fix: E741 ambiguous variable name E117 over-indented E305 expected 2 blank lines after class or function definition, found 1 F841 local variable 'e' is assigned to but never used W605 invalid escape sequence '\.' Change-Id: I99d574ca6569f1f177d2c5ce1011f269f4343619
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 da96f05..7666105 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>=1.1.0,<1.2.0 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0.0 # BSD