File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change
1
+ Remove deprecated configuration option ``whitelist_externals `` which was replaced by ``allowlist_externals `` - by :user: `jugmac00 `.
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ Base options
312
312
Always recreate virtual environment if this option is true, otherwise leave it up to tox.
313
313
314
314
.. conf ::
315
- :keys: allowlist_externals, whitelist_externals
315
+ :keys: allowlist_externals
316
316
:default: <empty list>
317
317
318
318
Each line specifies a command name (in glob-style pattern format) which can be used in the commands section even if
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ def pass_env_post_process(values: list[str]) -> list[str]:
154
154
desc = "always recreate virtual environment if this option is true, otherwise leave it up to tox" ,
155
155
)
156
156
self .conf .add_config (
157
- keys = [ "allowlist_externals" , "whitelist_externals" ] ,
157
+ "allowlist_externals" ,
158
158
of_type = List [str ],
159
159
default = [],
160
160
desc = "external command glob to allow calling" ,
You can’t perform that action at this time.
0 commit comments