Skip to content

Commit f775d50

Browse files
committed
Use dependency groups
1 parent 95d36c0 commit f775d50

File tree

2 files changed

+84
-35
lines changed

2 files changed

+84
-35
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ ssh = [
6969
"sshtunnel>=0.4.0",
7070
"paramiko>=2.0.0,<4.0.0",
7171
]
72+
73+
[dependency-groups]
7274
test = [
7375
"pytest>=7.0",
7476
"pytest-timeout>=2.0",
@@ -77,10 +79,7 @@ test = [
7779
"fakesnow>=0.0.1",
7880
]
7981
dev = [
80-
"pytest>=7.0",
81-
"pytest-timeout>=2.0",
82-
"pytest-asyncio>=0.23.0",
83-
"pytest-cov>=4.0",
82+
{ include-group = "test" },
8483
"pytest-benchmark>=4.0",
8584
"Faker>=28.0",
8685
"build",

uv.lock

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

0 commit comments

Comments
 (0)