Skip to content

Commit 7965998

Browse files
committed
CI: fix the pyproject.toml
1 parent 1fafa89 commit 7965998

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,12 @@ dependencies = [
3535
"httpx",
3636
]
3737

38-
[dependency-groups]
39-
test = [
38+
[project.optional-dependencies]
39+
dev = [
4040
"pytest >=6",
4141
"pytest-cov >=3",
4242
"ruff"
4343
]
44-
dev = [
45-
{ include-group = "test" },
46-
]
4744
docs = [
4845
"sphinx>=7.0",
4946
"myst_parser>=0.13",

0 commit comments

Comments
 (0)