Skip to content

Commit 904806f

Browse files
committed
chore: use uv dependency groups
1 parent 4a3de5b commit 904806f

2 files changed

Lines changed: 129 additions & 129 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,13 @@ funding = "https://github.com/sponsors/yaal-coop"
4040
[project.scripts]
4141
scim2-server = "scim2_server.cli:main"
4242

43-
[tool.uv]
44-
dev-dependencies = [
45-
# development
43+
[dependency-groups]
44+
dev = [
4645
"pytest>=8.2.2",
4746
"pytest-coverage>=0.0",
4847
"httpx>=0.27.0",
4948
"time-machine>=2.14.2",
50-
"tox-uv>=1.15.0",
49+
"tox-uv>=1.16.0",
5150
]
5251

5352
[tool.coverage.run]
@@ -101,6 +100,7 @@ env_list = [
101100
]
102101

103102
[tool.tox.env_run_base]
103+
runner = "uv-venv-lock-runner"
104104
commands = [
105105
["pytest", "--showlocals", "--full-trace", "{posargs}"],
106106
]

0 commit comments

Comments
 (0)