adding global constraints #129

Merged
zuul merged 4 commits from constraints into main 2023-08-09 11:12:15 +00:00
Showing only changes of commit 047028505e - Show all commits

View File

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