summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2020-03-30 11:17:16 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2020-03-30 11:36:17 +0200
commit9be0a750a909f8a9e83ee6dcfba7707d8747df8f (patch)
treed37f5051a721c686ae9e1c26baad567e2eb89ae1 /test-requirements.txt
parentb7cb687b5ed61d40bbb5f1d3038af43e8621c75c (diff)
downloadpython-ironicclient-9be0a750a909f8a9e83ee6dcfba7707d8747df8f.tar.gz
Bump hacking to 3.0.0
The new version enables a lot of standard flake8 checks, so a few fixes are required. W503 is disabled as it conflicts with W504 and the latter seems to be preferred nowadays. Change-Id: I7c66f18be46af73a47919deef1f38c1f1d3cc741
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 5e868e8..b1a8602 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-hacking>=1.0.0,<1.1.0 # Apache-2.0
+hacking>=3.0.0,<3.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD