Skip to content

Commit

Permalink
Add tox-uv as a direct dependency (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Nov 18, 2024
1 parent ea9bb0f commit 404e82e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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 @@ -83,7 +84,7 @@ disallow_any_generics = true
disallow_untyped_calls = true
disallow_untyped_defs = true
error_summary = true
python_version = 3.9
python_version = "3.9"

[tool.pytest.ini_options]
# do not add options here as this will likely break either console runs or IDE
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 404e82e

Please sign in to comment.