mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-02 19:26:44 +00:00
Merge pull request #1078 from tahoe-lafs/3732.whitelist-git-in-tox
Whitelist git in tox `news` environment Fixes ticket:3732
This commit is contained in:
commit
943b7d73fb
0
newsfragments/3732.minor
Normal file
0
newsfragments/3732.minor
Normal file
8
tox.ini
8
tox.ini
@ -179,9 +179,9 @@ commands = mypy src
|
|||||||
|
|
||||||
[testenv:draftnews]
|
[testenv:draftnews]
|
||||||
passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH
|
passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH
|
||||||
# see comment in [testenv] about "certifi"
|
|
||||||
whitelist_externals = mv
|
whitelist_externals = mv
|
||||||
deps =
|
deps =
|
||||||
|
# see comment in [testenv] about "certifi"
|
||||||
certifi
|
certifi
|
||||||
towncrier==21.3.0
|
towncrier==21.3.0
|
||||||
commands =
|
commands =
|
||||||
@ -189,9 +189,11 @@ commands =
|
|||||||
|
|
||||||
[testenv:news]
|
[testenv:news]
|
||||||
passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH
|
passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH
|
||||||
# see comment in [testenv] about "certifi"
|
whitelist_externals =
|
||||||
whitelist_externals = mv
|
mv
|
||||||
|
git
|
||||||
deps =
|
deps =
|
||||||
|
# see comment in [testenv] about "certifi"
|
||||||
certifi
|
certifi
|
||||||
towncrier==21.3.0
|
towncrier==21.3.0
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user