Merge pull request #1078 from tahoe-lafs/3732.whitelist-git-in-tox

Whitelist git in tox `news` environment

Fixes ticket:3732
This commit is contained in:
Sajith Sasidharan 2021-06-25 10:57:51 -04:00 committed by GitHub
commit 943b7d73fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

0
newsfragments/3732.minor Normal file
View File

View File

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