summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-03-27 21:06:18 +0100
committerAndreas Jaeger <jaegerandi@gmail.com>2020-03-30 10:32:07 +0000
commitf32fcc6623ccaf4c465700c23fa20f66c5c79daf (patch)
tree20c48df01fedfeb0b59f03a5416d415e50f52ac4 /test-requirements.txt
parent66352680ab7abc1c2bcc0dbe61c5558c41e4ff20 (diff)
downloadkeystonemiddleware-f32fcc6623ccaf4c465700c23fa20f66c5c79daf.tar.gz
Update hacking for Python3
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Blacklist: W504 line break after binary operator W503 line break before binary operator Fix other problems found Change-Id: I2fb257a4f42b499df3702f3e8f3c99ecb28557d6
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 6ca0c43..3ab58aa 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<0.11,>=0.10.0
+hacking>=3.0,<4.0.0 # Apache-2.0
flake8-docstrings==0.2.1.post1 # MIT
coverage!=4.4,>=4.0 # Apache-2.0