Skip to content

Commit a6691cc

Browse files
committed
tests: fix tox python versions
1 parent 75dc0f4 commit a6691cc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ funding = "https://github.com/sponsors/python-scim"
4141

4242
[dependency-groups]
4343
dev = [
44+
"pre-commit-uv>=4.1.4",
4445
"pytest>=8.2.1",
4546
"pytest-coverage>=0.0",
4647
"pytest-httpserver>=1.0.10",
@@ -124,6 +125,7 @@ env_list = [
124125

125126
[tool.tox.env_run_base]
126127
runner = "uv-venv-lock-runner"
128+
dependency_groups = ["dev"]
127129
commands = [
128130
["pytest", "--showlocals", "--full-trace", "{posargs}"],
129131
]
@@ -137,9 +139,6 @@ commands = [
137139

138140
[tool.tox.env.minversions]
139141
uv_resolution = "lowest-direct"
140-
commands = [
141-
["pytest", "--showlocals", "--full-trace", "{posargs}"],
142-
]
143142

144143
[tool.tox.env.doc]
145144
dependency_groups = ["doc"]

0 commit comments

Comments
 (0)