Skip to content

Commit

Permalink
Use uv during testing (#4321)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Nov 5, 2024
1 parent 95f8991 commit 0192019
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tox]
requires =
tox>=4.11.3
tox>=4.23.2
tox-uv>=1.16
env_list =
py
deps
Expand Down Expand Up @@ -80,7 +81,8 @@ commands =
description = Enforce quality standards under {basepython}
skip_install = true
deps =
pre-commit
pre-commit>=4.0.1
pre-commit-uv>=4.1.4
set_env =
PIP_CONSTRAINT = /dev/null
commands =
Expand Down

0 comments on commit 0192019

Please sign in to comment.