Merge pull request #762 from tahoe-lafs/3366.codechecks-macOS

Get `tox -e codechecks` to work on macOS

Fixes: ticket:3366
This commit is contained in:
Jean-Paul Calderone 2020-08-05 08:59:28 -04:00 committed by GitHub
commit 4492e0e917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

0
newsfragments/3366.minor Normal file
View File

View File

@ -49,7 +49,7 @@ commands =
tahoe --version
[testenv:py36]
# git inside of ratchet.sh needs $HOME.
# On macOS, git inside of ratchet.sh needs $HOME.
passenv = HOME
commands = {toxinidir}/misc/python3/ratchet.sh
@ -77,6 +77,8 @@ commands =
coverage xml
[testenv:codechecks]
# On macOS, git inside of towncrier needs $HOME.
passenv = HOME
whitelist_externals =
/bin/mv
commands =