Skip to content

Commit

Permalink
tox: added uv to allowlist_externals where necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Mar 3, 2025
1 parent 79a62cc commit 472770c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/*

0 comments on commit 472770c

Please sign in to comment.