From 7eff19f3cd96c75942391d3b56139c50da9aa2cc Mon Sep 17 00:00:00 2001 From: gtema Date: Tue, 3 Jan 2023 09:03:19 +0000 Subject: [PATCH] update tox.ini template Reviewed-by: Goncharov, Artem Co-authored-by: gtema Co-committed-by: gtema --- otc_metadata/templates/tox.ini.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/otc_metadata/templates/tox.ini.j2 b/otc_metadata/templates/tox.ini.j2 index f14a0a5c..e909ce5a 100644 --- a/otc_metadata/templates/tox.ini.j2 +++ b/otc_metadata/templates/tox.ini.j2 @@ -31,7 +31,7 @@ commands = [testenv:docs-pdf] deps = -r{toxinidir}/doc/requirements.txt -whitelist_externals = +allowlist_externals = mkdir commands = mkdir -p doc/build/pdf @@ -46,7 +46,7 @@ commands = # HTML version [testenv:{{ doc.type }}] deps = -r{toxinidir}/doc/requirements.txt -whitelist_externals = +allowlist_externals = cp mkdir commands = @@ -65,7 +65,7 @@ commands = # Json version (for search) [testenv:json-{{ doc.type }}] deps = -r{toxinidir}/doc/requirements.txt -whitelist_externals = +allowlist_externals = cp mkdir find @@ -88,7 +88,7 @@ commands = # PDF version [testenv:{{ doc.type }}-pdf-docs] deps = -r{toxinidir}/doc/requirements.txt -whitelist_externals = +allowlist_externals = rm mkdir make