Skip to content

Commit

Permalink
Fix uv and tox
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Dec 10, 2024
1 parent bb7ac49 commit 5b0c637
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,11 @@ skip_covered = true

[dependency-groups]
dev = [
"beautifulsoup4>=4.12.3",
"check-manifest>=0.50",
"check-wheel-contents>=0.6.0",
"coverage[toml]>=7.6.1",
"jinja2>=3.1.4",
"pillow>=11.0.0",
"pyroma>=4.2",
"ruff>=0.7.1",
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ envlist =
lint

[testenv]
runner = uv-venv-lock-runner
basepython =
py39: python3.9
py310: python3.10
py311: python3.11
py312: python3.12
py313: python3.13
usedevelop = true
with_dev = true
extras = jinja
pip_pre = true
setenv =
PYTHONPATH={toxinidir}
Expand Down
4 changes: 4 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5b0c637

Please sign in to comment.