Whitelist git in tox news environment

This commit is contained in:
Sajith Sasidharan 2021-06-07 17:36:14 -04:00
parent 232b0d44ee
commit 3008a85dde

View File

@ -177,7 +177,9 @@ commands =
[testenv:news]
passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH
# see comment in [testenv] about "certifi"
whitelist_externals = mv
whitelist_externals =
mv
git
deps =
certifi
towncrier==21.3.0