We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead11cc commit 032f8b5Copy full SHA for 032f8b5
tox.ini
@@ -17,7 +17,7 @@ per-file-ignores=__init__.py:F401
17
usedevelop=True
18
commands_pre=
19
uv pip install --upgrade pip
20
- uv python -m pip install --group dev -e .
+ uv pip install --group dev -e .
21
commands=
22
core: pytest -n auto --timeout=1200 {posargs:tests/core}
23
demos: pytest -n auto --timeout=1200 {posargs:tests/examples}
0 commit comments