mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
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:
commit
428a803a9b
0
newsfragments/3731.minor
Normal file
0
newsfragments/3731.minor
Normal file
3
tox.ini
3
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user