Skip to content

Commit 4edc148

Browse files
committed
tests: fix tox python versions
1 parent 447a150 commit 4edc148

File tree

2 files changed

+60
-4
lines changed

2 files changed

+60
-4
lines changed

pyproject.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ funding = "https://github.com/sponsors/python-scim"
4040
dev = [
4141
"pytest>=8.2.1",
4242
"pytest-coverage>=0.0",
43+
"pre-commit-uv>=4.1.4",
4344
"tox-uv>=1.16.0",
4445
]
45-
4646
doc = [
4747
"autodoc-pydantic>=2.2.0",
4848
"myst-parser>=3.0.1",
@@ -121,6 +121,7 @@ env_list = [
121121

122122
[tool.tox.env_run_base]
123123
runner = "uv-venv-lock-runner"
124+
dependency_groups = ["doc"]
124125
commands = [
125126
["pytest", "--showlocals", "--full-trace", "{posargs}"],
126127
]
@@ -135,9 +136,6 @@ commands = [
135136

136137
[tool.tox.env.minversions]
137138
uv_resolution = "lowest-direct"
138-
commands = [
139-
["pytest", "--showlocals", "--full-trace", "{posargs}"],
140-
]
141139

142140
[tool.tox.env.doc]
143141
dependency_groups = ["doc"]

uv.lock

+58
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)