
This commit updates hacking version in test-requirements and fixes some related pep8 issues Also ignores false positive bandit test B105: hardcoded_password_string, B106: hardcoded_password_funcarg based on variable or argument names. For more info refer [1][2] [1] https://bandit.readthedocs.io/en/latest/plugins/b105_hardcoded_password_string.html [2] https://bandit.readthedocs.io/en/latest/plugins/b106_hardcoded_password_funcarg.html Change-Id: If779ebad11926594961577e0744093a8ba691610 Story: 2004930 Task: 29314
12 lines
462 B
Plaintext
12 lines
462 B
Plaintext
# 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.1.0,<1.2.0 # Apache-2.0
|
|
bandit!=1.6.0,>=1.1.0 # Apache-2.0
|
|
mock>=2.0.0 # BSD
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
prometheus_client
|
|
stestr>=1.0.0 # Apache-2.0
|
|
docutils>=0.11 # OSI-Approved Open Source, Public Domain
|