Skip to content

Commit 4302f29

Browse files
committed
chore(tox): Use tox-uv, use uv_resolution to test min versions
1 parent ece41c3 commit 4302f29

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

tox.ini

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[tox]
22
requires =
33
tox>=4
4+
tox-uv
45
envlist =
56
py3{9,10,11,12}-{full,pre}
67
py39-min
@@ -38,16 +39,8 @@ pass_env =
3839
CLICOLOR
3940
CLICOLOR_FORCE
4041
extras = test
41-
deps =
42-
min: numpy ==1.22
43-
min: scipy ==1.8
44-
min: nibabel ==4.0
45-
min: pandas ==1.2.0
46-
# Tested on 0.2.4-0.5.2
47-
min: formulaic ==0.2.4
48-
min: sqlalchemy ==1.3.16
49-
min: num2words ==0.5.5
50-
min: click ==8.0
42+
uv_resolution =
43+
min: lowest-direct
5144

5245
commands =
5346
pytest --doctest-modules -v \

0 commit comments

Comments
 (0)