Skip to content

Commit

Permalink
Merge pull request tahoe-lafs#1078 from tahoe-lafs/3732.whitelist-git…
Browse files Browse the repository at this point in the history
…-in-tox

Whitelist git in tox `news` environment

Fixes ticket:3732
  • Loading branch information
sajith committed Jun 25, 2021
2 parents 7deec79 + 6363162 commit 943b7d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Empty file added newsfragments/3732.minor
Empty file.
8 changes: 5 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -179,19 +179,21 @@ commands = mypy src

[testenv:draftnews]
passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH
# see comment in [testenv] about "certifi"
whitelist_externals = mv
deps =
# see comment in [testenv] about "certifi"
certifi
towncrier==21.3.0
commands =
python -m towncrier --draft --config towncrier.toml

[testenv:news]
passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH
# see comment in [testenv] about "certifi"
whitelist_externals = mv
whitelist_externals =
mv
git
deps =
# see comment in [testenv] about "certifi"
certifi
towncrier==21.3.0
commands =
Expand Down

0 comments on commit 943b7d7

Please sign in to comment.