Skip to content

Commit

Permalink
aAdd tox-uv as a direct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Nov 18, 2024
1 parent ea9bb0f commit c64376a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ dependencies = [
"bindep>2.8.1",
"gitpython",
"packaging",
"tox"
"tox",
"tox-uv>=1.16.0"
]
description = "Performs extra checks before or after running"
dynamic = ["version"]
Expand Down Expand Up @@ -138,6 +139,9 @@ known-first-party = ["src"]
[tool.ruff.lint.pydocstyle]
convention = "google"

[tool.pytest.ini_options]
addopts = "-ra --showlocals"

[tool.setuptools_scm]
# To prevent accidental pick of mobile version tags such 'v6'
git_describe_command = [
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ envlist =
pkg
py
py-devel
requires =
tox-uv >= 1.16.0

[testenv]
usedevelop = true
Expand Down

0 comments on commit c64376a

Please sign in to comment.