Skip to content

Commit bd741ab

Browse files
committed
Integrate tox with uv
1 parent e4b1a08 commit bd741ab

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

tox.ini

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,8 @@ env_list =
1111
format
1212

1313
[testenv]
14-
; The file /tmp/requirements.txt is created automatically if you run tox
15-
; using `make check` command, otherwise manually run
16-
; `poetry export -f requirements.txt --output /tmp/requirements.txt --with dev`
17-
; Poetry is really bad in identifying running virtualenvs, so we can't use
18-
; directly poetry install. This is the best hacky way to install poetry
19-
; requirements inside tox.
20-
deps =
21-
-r/tmp/requirements.txt
14+
runner = uv-venv-runner
15+
dependency_groups = dev
2216
commands =
2317
pytest
2418

0 commit comments

Comments
 (0)