Skip to content

Commit cbef242

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 7636e7b commit cbef242

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
@@ -142,6 +142,7 @@ filterwarnings = [
142142
"default:The distutils package is deprecated and slated for removal:DeprecationWarning", # Caused by setuptools sometimes
143143
"default:The distutils.sysconfig module is deprecated, use sysconfig instead:DeprecationWarning", # Caused by setuptools sometimes
144144
"default:check_home argument is deprecated and ignored.:DeprecationWarning", # Caused by setuptools sometimes
145+
"ignore::scikit_build_core._vendor.pyproject_metadata.errors.ConfigurationWarning",
145146
]
146147
log_cli_level = "info"
147148
pythonpath = ["tests/utils"]

0 commit comments

Comments
 (0)