Skip to content

Commit ca0a371

Browse files
committed
chore: move tox.toml to pyproject.toml
1 parent 55add4f commit ca0a371

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

pyproject.toml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ omit = [
124124
]
125125

126126
[build-system]
127-
requires = ["uv_build>=0.8.14,<0.9.0"]
127+
requires = ["uv_build>=0.9.16,<0.10.0"]
128128
build-backend = "uv_build"
129129

130130
[tool.uv.build-backend]
@@ -215,3 +215,16 @@ extend-immutable-calls = ["taskiq_dependencies.Depends", "taskiq.TaskiqDepends"]
215215
extend-exclude = [
216216
"docs/README.md", # because of identifier in head section
217217
]
218+
219+
[tool.tox]
220+
requires = ["tox>=4"]
221+
isolated_build = true
222+
env_list = ["3.13", "3.12", "3.11", "3.10"]
223+
224+
[tool.tox.env_run_base]
225+
description = "Run tests with Python {base_python}"
226+
runner = "uv-venv-lock-runner"
227+
uv_sync_flags = ["--all-extras"]
228+
commands = [
229+
["pytest", "-vv", "-n", "auto"]
230+
]

tox.toml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)