From 472770c0d620d15bdd9f09d147376f736893668f Mon Sep 17 00:00:00 2001 From: deeenes Date: Mon, 3 Mar 2025 16:01:15 +0100 Subject: [PATCH] `tox`: added `uv` to `allowlist_externals` where necessary --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3212f59..6bd6944 100644 --- a/tox.ini +++ b/tox.ini @@ -98,7 +98,7 @@ commands = [testenv:docs] description = Build the documentation. skip_install = true -allowlist_externals = sphinx-build +allowlist_externals = sphinx-build uv commands = uv sync --extra docs uv run sphinx-build --color -b html {toxinidir}/docs/source {toxinidir}/docs/build/html @@ -116,5 +116,6 @@ commands = make clean description = Check if README renders on PyPI. deps = twine >= 1.12.1 skip_install = true +allowlist_externals = uv commands = uv build --wheel --out-dir {envtmpdir}/build twine check {envtmpdir}/build/*