mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 22:03:04 +00:00
Get tox -e codechecks
to work (on macOS?)
Without this, git fails underneath towncrier with an "error: Could not expand include path '~/.gitcinclude'". See: https://stackoverflow.com/q/36908041 I had added similar for `tox -e py36` in d25c8b1a.
This commit is contained in:
parent
9e4eda6912
commit
2a6cd8eb58
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