Remove vestigial whitelist_externals from Tox configuration #3745

Open
opened 2021-07-05 11:19:10 +00:00 by sajith · 0 comments

There are a few stray whitelist_externals = mv directives left in tox.ini:

[testenv:codechecks3]
basepython = python3
...
whitelist_externals =
         /bin/mv
...
[testenv:draftnews]
...
whitelist_externals = mv
...
[testenv:news]
...
whitelist_externals =
    mv
...

This was needed in older revisions of tox.ini (prior to fixing #3730), when towncrier configuration file used to be renamed inside the environment (with mv towncrier.pyproject.toml pyproject.toml) prior to running towncrier, and then renamed back (with mv pyproject.toml towncrier.pyproject.toml).

There are a few stray `whitelist_externals = mv` directives left in `tox.ini`: ``` [testenv:codechecks3] basepython = python3 ... whitelist_externals = /bin/mv ... [testenv:draftnews] ... whitelist_externals = mv ... [testenv:news] ... whitelist_externals = mv ... ``` This was needed in older revisions of `tox.ini` (prior to fixing #3730), when towncrier configuration file used to be renamed inside the environment (with `mv towncrier.pyproject.toml pyproject.toml`) prior to running towncrier, and then renamed back (with `mv pyproject.toml towncrier.pyproject.toml`).
sajith added the
dev-infrastructure
normal
defect
n/a
labels 2021-07-05 11:19:10 +00:00
sajith added this to the undecided milestone 2021-07-05 11:19:10 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tahoe-lafs/trac-2024-07-25#3745
No description provided.