@@ -78,7 +78,7 @@ build_task:
7878 container : {image: "python:3.11-bullseye"}
7979 clone_script : *clone
8080 << : *task-template
81- install_script : pip install tox
81+ install_script : pip install tox tox-uv
8282 build_script :
8383 - tox -e clean,lint,typecheck,build
8484 - tar czf dist.tar.gz dist
@@ -102,7 +102,7 @@ linux_task:
102102 container : {image: "python:3.13-rc-bookworm"}
103103 allow_failures : true # RC
104104 install_script :
105- - python -m pip install --upgrade pip tox pipx
105+ - python -m pip install --upgrade pip tox tox-uv pipx
106106 << : *test-template
107107 alias : base-test
108108
@@ -149,7 +149,7 @@ windows_task:
149149 - choco install -y --no-progress python3 --version=3.12.5 --params "/NoLockdown"
150150 - choco install -y --no-progress curl
151151 - pip install --upgrade certifi
152- - python -m pip install -U pip tox pipx
152+ - python -m pip install -U pip tox tox-uv pipx
153153 << : *test-template
154154 depends_on : [build, base-test]
155155
@@ -168,7 +168,7 @@ linkcheck_task:
168168 depends_on : [finalize]
169169 allow_failures : true
170170 << : *task-template
171- install_script : pip install tox
171+ install_script : pip install tox tox-uv
172172 download_artifact_script : *download-artifact
173173 linkcheck_script : tox --installpkg dist/*.whl -e linkcheck -- -q
174174
0 commit comments