Skip to content

Commit 4a77b97

Browse files
authored
Move tomlkit dependency to dev group (#5990)
tomlkit is used only in the packaging tests which are not ordinarily run as part of the normal workflow of a user or downstream packager. Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
1 parent 1a86364 commit 4a77b97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,11 @@ pybind11 = "pybind11.share.pkgconfig"
5757
test = [
5858
"pytest",
5959
"build",
60+
]
61+
dev = [
6062
"tomlkit",
63+
{ include-group = "test" }
6164
]
62-
dev = [{ include-group = "test" }]
6365

6466

6567
[tool.scikit-build]

0 commit comments

Comments
 (0)