Skip to content

Commit

Permalink
Use allowlist_externals mkdir.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed May 19, 2023
1 parent 974b997 commit ec29666
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 23 deletions.
19 changes: 7 additions & 12 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/plone/meta/tree/master/config/default
[meta]
template = "default"
commit-id = "50c0e759"
commit-id = "54c96fb5"

[editorconfig]
extra_lines = """
Expand Down Expand Up @@ -84,16 +84,6 @@ deps =
pdbpp
manuel
# tox < 4.0.0
whitelist_externals =
mkdir
echo
# tox >= 4.0.0
allowlist_externals =
mkdir
echo
[testenv:coverage-report]
basepython = python3.9
deps = coverage
Expand Down Expand Up @@ -128,6 +118,9 @@ commands =
mkdir -p {toxinidir}/_build/plone6docs
sphinx-build -b html -d _build/plone6docs/doctrees docs _build/plone6docs/html
allowlist_externals =
mkdir
[testenv:docs]
basepython = python3.9
Expand All @@ -144,7 +137,7 @@ commands =
mkdir -p {toxinidir}/_build/docs
sphinx-build -b html -D html_theme=alabaster -d _build/docs/doctrees docs _build/docs/html
whitelist_externals =
allowlist_externals =
mkdir
Expand All @@ -160,6 +153,8 @@ commands =
python -VV
mkdir -p {toxinidir}/_build/plone6docs
sphinx-build -b linkcheck -d _build/plone6docs/doctrees docs _build/plone6docs/linkcheck
allowlist_externals =
mkdir
[testenv:towncrier]
Expand Down
17 changes: 6 additions & 11 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -109,16 +109,6 @@ deps =
pdbpp
manuel
# tox < 4.0.0
whitelist_externals =
mkdir
echo
# tox >= 4.0.0
allowlist_externals =
mkdir
echo
[testenv:coverage-report]
basepython = python3.9
deps = coverage
Expand Down Expand Up @@ -153,6 +143,9 @@ commands =
mkdir -p {toxinidir}/_build/plone6docs
sphinx-build -b html -d _build/plone6docs/doctrees docs _build/plone6docs/html
allowlist_externals =
mkdir
[testenv:docs]
basepython = python3.9
Expand All @@ -169,7 +162,7 @@ commands =
mkdir -p {toxinidir}/_build/docs
sphinx-build -b html -D html_theme=alabaster -d _build/docs/doctrees docs _build/docs/html
whitelist_externals =
allowlist_externals =
mkdir
Expand All @@ -185,6 +178,8 @@ commands =
python -VV
mkdir -p {toxinidir}/_build/plone6docs
sphinx-build -b linkcheck -d _build/plone6docs/doctrees docs _build/plone6docs/linkcheck
allowlist_externals =
mkdir
[testenv:towncrier]
Expand Down

0 comments on commit ec29666

Please sign in to comment.