[tahoe-lafs-trac-stream] [Tahoe-LAFS] #3732: External command `git` is not whitelisted in tox `news` environment

Tahoe-LAFS trac at tahoe-lafs.org
Mon Jun 7 21:40:31 UTC 2021


#3732: External command `git` is not whitelisted in tox `news` environment
------------------------------------+-----------------------
     Reporter:  sajith              |      Owner:
         Type:  defect              |     Status:  new
     Priority:  normal              |  Milestone:  undecided
    Component:  dev-infrastructure  |    Version:  n/a
   Resolution:                      |   Keywords:
Launchpad Bug:                      |
------------------------------------+-----------------------
Description changed by sajith:

Old description:

> {{{
> $ tox -e news
> [...]
> news run-test: commands[3] | git commit -m 'update NEWS.txt for release'
> WARNING: test command found but not installed in testenv
>   cmd: /usr/bin/git
>   env: /home/sajith/projects/tahoe/tahoe-lafs/.tox/news
> Maybe you forgot to specify a dependency? See also the
> whitelist_externals envconfig setting.
>
> DEPRECATION WARNING: this will be an error in tox 4 and above!
> [...]
> }}}

New description:

 When running `tox -e news`, there's a warning about `git` command not
 being white-listed.

 {{{
 $ tox -e news
 [...]
 news run-test: commands[3] | git commit -m 'update NEWS.txt for release'
 WARNING: test command found but not installed in testenv
   cmd: /usr/bin/git
   env: /home/sajith/projects/tahoe/tahoe-lafs/.tox/news
 Maybe you forgot to specify a dependency? See also the whitelist_externals
 envconfig setting.

 DEPRECATION WARNING: this will be an error in tox 4 and above!
 [...]
 }}}

--

--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3732#comment:1>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage


More information about the tahoe-lafs-trac-stream mailing list