Skip to content

Commit 9c240f0

Browse files
committed
chore: update vendored pyproject-metadata
Signed-off-by: Henry Schreiner <[email protected]> tests: update tests Signed-off-by: Henry Schreiner <[email protected]> tests: fixes Signed-off-by: Henry Schreiner <[email protected]> fix: support setting the name Signed-off-by: Henry Schreiner <[email protected]>
1 parent bfbd625 commit 9c240f0

File tree

13 files changed

+1091
-405
lines changed

13 files changed

+1091
-405
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ filterwarnings = [
144144
"default:The distutils package is deprecated and slated for removal:DeprecationWarning", # Caused by setuptools sometimes
145145
"default:The distutils.sysconfig module is deprecated, use sysconfig instead:DeprecationWarning", # Caused by setuptools sometimes
146146
"default:check_home argument is deprecated and ignored.:DeprecationWarning", # Caused by setuptools sometimes
147+
"ignore::scikit_build_core._vendor.pyproject_metadata.errors.ConfigurationWarning",
147148
]
148149
log_cli_level = "info"
149150
pythonpath = ["tests/utils"]

0 commit comments

Comments
 (0)