Remove unnecessary whitelist_externals from Tox configuration

This commit is contained in:
Sajith Sasidharan 2021-07-05 07:21:33 -04:00
parent 943b7d73fb
commit 7ebe654e55
No known key found for this signature in database
GPG Key ID: 0C6DA6A29D5F02BA
2 changed files with 0 additions and 4 deletions

0
newsfragments/3745.minor Normal file
View File

View File

@ -137,8 +137,6 @@ deps =
pylint < 2.5
# On macOS, git inside of towncrier needs $HOME.
passenv = HOME
whitelist_externals =
/bin/mv
setenv =
# If no positional arguments are given, try to run the checks on the
# entire codebase, including various pieces of supporting code.
@ -179,7 +177,6 @@ commands = mypy src
[testenv:draftnews]
passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH
whitelist_externals = mv
deps =
# see comment in [testenv] about "certifi"
certifi
@ -190,7 +187,6 @@ commands =
[testenv:news]
passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH
whitelist_externals =
mv
git
deps =
# see comment in [testenv] about "certifi"