We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc109d8 commit d55353dCopy full SHA for d55353d
pyproject.toml
@@ -149,6 +149,7 @@ filterwarnings = [
149
"ignore::scikit_build_core._vendor.pyproject_metadata.errors.ConfigurationWarning",
150
"ignore:'_UnionGenericAlias' is deprecated and slated for removal in Python 3.17:DeprecationWarning", # From cattrs 24.1.2 and other?
151
"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
153
]
154
log_cli_level = "INFO"
155
pythonpath = ["tests/utils"]
0 commit comments