From 232b0d44eee50cb341d20bb491ef1080656cbc64 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Mon, 7 Jun 2021 17:35:25 -0400 Subject: [PATCH 1/3] Add newsfragment --- newsfragments/3732.minor | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 newsfragments/3732.minor diff --git a/newsfragments/3732.minor b/newsfragments/3732.minor new file mode 100644 index 000000000..e69de29bb From 3008a85dde921e38befcb3a66ff93eba5faa213c Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Mon, 7 Jun 2021 17:36:14 -0400 Subject: [PATCH 2/3] Whitelist git in tox `news` environment --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 272e902fe..b13415dad 100644 --- a/tox.ini +++ b/tox.ini @@ -177,7 +177,9 @@ commands = [testenv:news] passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH # see comment in [testenv] about "certifi" -whitelist_externals = mv +whitelist_externals = + mv + git deps = certifi towncrier==21.3.0 From 6363162b9df609cacce038f1c8c88d97100a1f9d Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Mon, 7 Jun 2021 17:37:11 -0400 Subject: [PATCH 3/3] Comment about certify at the appropriate place --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index b13415dad..e3d35d718 100644 --- a/tox.ini +++ b/tox.ini @@ -166,9 +166,9 @@ 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 = @@ -176,11 +176,11 @@ commands = [testenv:news] passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH -# see comment in [testenv] about "certifi" whitelist_externals = mv git deps = + # see comment in [testenv] about "certifi" certifi towncrier==21.3.0 commands =