diff --git a/python/cuvs/pyproject.toml b/python/cuvs/pyproject.toml index d3eae51ea..c100511d5 100644 --- a/python/cuvs/pyproject.toml +++ b/python/cuvs/pyproject.toml @@ -120,3 +120,8 @@ wheel.packages = ["cuvs"] provider = "scikit_build_core.metadata.regex" input = "cuvs/VERSION" regex = "(?P.*)" + +[tool.pytest.ini_options] +filterwarnings = [ + "error", +]