Skip to content

Commit

Permalink
Add 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 b633d26 commit c4f2d68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ dependencies = [
"bindep>2.8.1",
"gitpython",
"packaging",
"tox"
"tox",
"tox-uv>=1.16.0"
]

[project.entry-points.tox]
Expand Down Expand Up @@ -74,5 +75,8 @@ parallel = true
[tool.isort]
profile = "black"

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

[tool.setuptools_scm]
local_scheme = "no-local-version"

0 comments on commit c4f2d68

Please sign in to comment.