Merge pull request #1077 from tahoe-lafs/3731.make-tox-news-macos-work

3731 Make `tox -e news` work on macOS
This commit is contained in:
meejah 2021-07-09 12:27:36 -06:00 committed by GitHub
commit 428a803a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

0
newsfragments/3731.minor Normal file
View File

View File

@ -188,7 +188,8 @@ commands =
python -m towncrier --draft --config towncrier.toml
[testenv:news]
passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH
# On macOS, git invoked from Tox needs $HOME.
passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH HOME
whitelist_externals =
mv
git