Skip to content

Commit

Permalink
chore: update vendored pyproject-metadata
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
henryiii committed Sep 28, 2024
1 parent 7636e7b commit cbef242
Show file tree
Hide file tree
Showing 13 changed files with 1,091 additions and 405 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ filterwarnings = [
"default:The distutils package is deprecated and slated for removal:DeprecationWarning", # Caused by setuptools sometimes
"default:The distutils.sysconfig module is deprecated, use sysconfig instead:DeprecationWarning", # Caused by setuptools sometimes
"default:check_home argument is deprecated and ignored.:DeprecationWarning", # Caused by setuptools sometimes
"ignore::scikit_build_core._vendor.pyproject_metadata.errors.ConfigurationWarning",
]
log_cli_level = "info"
pythonpath = ["tests/utils"]
Expand Down
Loading

0 comments on commit cbef242

Please sign in to comment.