Opened at 2021-06-07T21:08:28Z
Closed at 2021-06-25T14:57:55Z
#3732 closed defect (fixed)
External command `git` is not whitelisted in tox `news` environment
Reported by: | sajith | Owned by: | GitHub <noreply@…> |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | dev-infrastructure | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description (last modified by sajith)
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! [...]
Change History (2)
comment:1 Changed at 2021-06-07T21:40:31Z by sajith
- Description modified (diff)
comment:2 Changed at 2021-06-25T14:57:55Z by GitHub <noreply@…>
- Owner set to GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 943b7d73/trunk: