Skip to content

Commit c1b0d32

Browse files
committed
tests: fix tox python versions
1 parent a2ba92b commit c1b0d32

File tree

2 files changed

+97
-6
lines changed

2 files changed

+97
-6
lines changed

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ classifiers = [
2828

2929
requires-python = ">= 3.11"
3030
dependencies = [
31+
"scim2-filter-parser>=0.7.0",
3132
"scim2-models>=0.2.3",
3233
"werkzeug>=3.0.3",
33-
"scim2-filter-parser>=0.7.0",
3434
]
3535

3636
[project.urls]
@@ -42,9 +42,10 @@ scim2-server = "scim2_server.cli:main"
4242

4343
[dependency-groups]
4444
dev = [
45+
"httpx>=0.27.0",
4546
"pytest>=8.2.2",
4647
"pytest-coverage>=0.0",
47-
"httpx>=0.27.0",
48+
"pre-commit-uv>=4.1.4",
4849
"time-machine>=2.14.2",
4950
"tox-uv>=1.16.0",
5051
]
@@ -113,22 +114,19 @@ env_list = [
113114

114115
[tool.tox.env_run_base]
115116
runner = "uv-venv-lock-runner"
117+
dependency_groups = ["dev"]
116118
commands = [
117119
["pytest", "--showlocals", "--full-trace", "{posargs}"],
118120
]
119121

120122
[tool.tox.env.style]
121-
deps = ["pre-commit-uv"]
122123
runner = "uv-venv-runner"
123124
commands = [
124125
["pre-commit", "run", "--all-files", "--show-diff-on-failure"],
125126
]
126127

127128
[tool.tox.env.minversions]
128129
uv_resolution = "lowest-direct"
129-
commands = [
130-
["pytest", "--showlocals", "--full-trace", "{posargs}"],
131-
]
132130

133131
[tool.tox.env.coverage]
134132
commands = [

uv.lock

Lines changed: 93 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)