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>
This commit is contained in:
Yaakov Selkowitz
2026-02-22 23:49:34 -05:00
committed by GitHub
parent 1a863647c5
commit 4a77b97725

View File

@@ -57,9 +57,11 @@ pybind11 = "pybind11.share.pkgconfig"
test = [
"pytest",
"build",
"tomlkit",
]
dev = [{ include-group = "test" }]
dev = [
"tomlkit",
{ include-group = "test" }
]
[tool.scikit-build]