Skip to content

Commit 634e2be

Browse files
DRMacIverclaude
andcommitted
Let tox auto-provision tox-uv instead of pinning it in tools.txt
``requires = tox-uv>=1.35`` in the [tox] section already makes tox bootstrap tox-uv into its own .tox/.tox/ env, so keeping tox-uv (and its transitive uv dep) in tools.in / tools.txt is redundant. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5265564 commit 634e2be

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

requirements/tools.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ sphinx-jsonschema
2222
furo
2323
sphinx-selective-exclude
2424
tox
25-
tox-uv
2625
twine
2726
types-click
2827
types-pytz

requirements/tools.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -333,14 +333,7 @@ tomli==2.4.1
333333
tomli-w==1.2.0
334334
# via tox
335335
tox==4.52.1
336-
# via
337-
# -r requirements/tools.in
338-
# tox-uv
339-
# tox-uv-bare
340-
tox-uv==1.35.1
341336
# via -r requirements/tools.in
342-
tox-uv-bare==1.35.1
343-
# via tox-uv
344337
traitlets==5.14.3
345338
# via
346339
# ipython
@@ -373,8 +366,6 @@ urllib3==2.6.3
373366
# id
374367
# requests
375368
# twine
376-
uv==0.11.7
377-
# via tox-uv
378369
uvicorn==0.44.0
379370
# via sphinx-autobuild
380371
virtualenv==21.2.1

0 commit comments

Comments
 (0)