diff --git a/python/pyproject.toml b/python/pyproject.toml index 291b57f2c4..743c832ece 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -122,3 +122,9 @@ wheel.packages = ["kvikio"] provider = "scikit_build_core.metadata.regex" input = "kvikio/VERSION" regex = "(?P.*)" + +[tool.pytest.ini_options] +filterwarnings = [ + "error", + "ignore:Jitify is performing a one-time only warm-up to populate the persistent cache", +]