mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
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:
@@ -57,9 +57,11 @@ pybind11 = "pybind11.share.pkgconfig"
|
||||
test = [
|
||||
"pytest",
|
||||
"build",
|
||||
"tomlkit",
|
||||
]
|
||||
dev = [{ include-group = "test" }]
|
||||
dev = [
|
||||
"tomlkit",
|
||||
{ include-group = "test" }
|
||||
]
|
||||
|
||||
|
||||
[tool.scikit-build]
|
||||
|
||||
Reference in New Issue
Block a user