summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorzhangbailin <zhangbailin@inspur.com>2020-05-13 10:15:20 +0800
committerzhangbailin <zhangbailin@inspur.com>2020-05-19 08:09:43 +0800
commit61b99a1295c5208deef806b69ba74a7d031ad851 (patch)
tree8c7e222c6bf72aea0af5339a80678082958a9d03 /test-requirements.txt
parent382d9b23362a69c86a9e050ecad789e4b57cd258 (diff)
downloadnova-61b99a1295c5208deef806b69ba74a7d031ad851.tar.gz
Bump hacking min version to 3.1.0
This has introduced a new version of pycodestyle, which has improved its parser to catch new corner cases and introduced some new tests. Closes-Bug: #1878317 Change-Id: I853cf4dbd7ad6b7903a7f444f5c1da3f0fb21f77
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 d42fb05f18..5ec94aec9c 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>=3.0.1,<3.1.0 # Apache-2.0
+hacking>=3.1.0,<3.2.0 # Apache-2.0
mypy>=0.761 # MIT
coverage!=4.4,>=4.0 # Apache-2.0
ddt>=1.0.1 # MIT