Skip to content

Commit d55353d

Browse files
authored
tests: ignore setuptools-scm warning for packages that don't use it (#1126)
Should fix our CI. Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent bc109d8 commit d55353d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ filterwarnings = [
149149
"ignore::scikit_build_core._vendor.pyproject_metadata.errors.ConfigurationWarning",
150150
"ignore:'_UnionGenericAlias' is deprecated and slated for removal in Python 3.17:DeprecationWarning", # From cattrs 24.1.2 and other?
151151
"ignore:The 'wheel.metadata' package has been made private:DeprecationWarning",
152+
"ignore:version of cmake-example already set:UserWarning", # Caused by setuptoools-scm 9+ being installed
152153
]
153154
log_cli_level = "INFO"
154155
pythonpath = ["tests/utils"]

0 commit comments

Comments
 (0)