mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 03:14:21 +00:00
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:
commit
4492e0e917
0
newsfragments/3366.minor
Normal file
0
newsfragments/3366.minor
Normal file
4
tox.ini
4
tox.ini
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user