We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b1a08 commit bd741abCopy full SHA for bd741ab
tox.ini
@@ -11,14 +11,8 @@ env_list =
11
format
12
13
[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
+runner = uv-venv-runner
+dependency_groups = dev
22
commands =
23
pytest
24
0 commit comments