summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBrian Haley <bhaley@redhat.com>2020-06-11 17:02:41 -0400
committerBrian Haley <bhaley@redhat.com>2020-08-19 16:47:53 -0400
commit055036ba2bc1fd1cfc54ef63dc6cb82037111950 (patch)
tree0ee840194611839bd22090e57f08939d5284a6f3 /tox.ini
parent114ac0ae89cfad124a906430ba70c14d0678391a (diff)
downloadneutron-055036ba2bc1fd1cfc54ef63dc6cb82037111950.tar.gz
Improve terminology in the Neutron tree
There is no real reason we should be using some of the terms we do, they're outdated, and we're behind other open-source projects in this respect. Let's switch to using more inclusive terms in all possible places. Change-Id: I99913107e803384b34cbd5ca588451b1cf64d594
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8134afa30e..33ff8bcfc2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -200,7 +200,7 @@ import_exceptions = neutron._i18n
[testenv:bandit]
envdir = {toxworkdir}/shared
# B104: Possible binding to all interfaces
-# B303: blacklist calls: md5, sha1
+# B303: prohibit list calls: md5, sha1
# B311: Standard pseudo-random generators are not suitable for security/cryptographic purpose
# B604: any_other_function_with_shell_equals_true
deps = -r{toxinidir}/test-requirements.txt