Update 'otc_metadata/templates/tox.ini.j2'
All checks were successful
gl/check check status: success (047028505ec923cfcf53875d27646e0291635a32)

This commit is contained in:
Hasko, Vladimir 2023-08-09 10:00:40 +00:00
parent 566bc95021
commit 047028505e

View File

@ -42,7 +42,8 @@ commands =
{%- endfor %} {%- endfor %}
[testenv:docs-pdf] [testenv:docs-pdf]
deps = -r{toxinidir}/doc/requirements.txt deps = {[testenv:docs]deps}
allowlist_externals = allowlist_externals =
rm rm
mkdir mkdir
@ -104,7 +105,8 @@ commands =
{% if doc.pdf_name -%} {% if doc.pdf_name -%}
# PDF version # PDF version
[testenv:{{ doc.type }}-pdf-docs] [testenv:{{ doc.type }}-pdf-docs]
deps = -r{toxinidir}/doc/requirements.txt deps = {[testenv:docs]deps}
allowlist_externals = allowlist_externals =
rm rm
mkdir mkdir