summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-03-27 21:07:15 +0100
committerAndreas Jaeger <jaegerandi@gmail.com>2020-03-30 11:57:20 +0000
commit61b6e87de7ed29e9d41bbfb963e845143e814378 (patch)
tree9ac9da28683a2940e4d2485e9b0f452f2915080a /test-requirements.txt
parent91073f4ea1d919604dc161a231b21de006a2a0cd (diff)
downloadpycadf-61b6e87de7ed29e9d41bbfb963e845143e814378.tar.gz
Update hacking for Python3
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Blacklist W503, W504 Fix other problems found Change-Id: Ic0391ae45b9d6d1ee5e2c1df81d85e655250a51d
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 84f3c75..bf35289 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<0.11,>=0.10.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