Switch tox to use allowlist_externals
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 16 Sep 2020 22:38:28 +0000 (22:38 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 16 Sep 2020 22:38:28 +0000 (22:38 +0000)
commit6841e0ca1d916a31178ceab9bb7802f7a055bd52
tree0143895a67af6dd3d61aa5bc8e475918698a234d
parent29041014a531835bf9b6a80ca9d7ed414a929432
Switch tox to use allowlist_externals

The whitelist_externals option in tox in deprecated in favor of
allowlist_externals. Update this and also bump our tox minversion to
the earliest version which supports this new syntax. While we're at
it, update a few code comments about bandit "nosec" exceptions to
refer to allowing instead of whitelisting.
mudpy/command.py
mudpy/misc.py
tox.ini