diff --git a/python/kvikio/pyproject.toml b/python/kvikio/pyproject.toml index 3fd543479c..8a6b7d4b36 100644 --- a/python/kvikio/pyproject.toml +++ b/python/kvikio/pyproject.toml @@ -140,4 +140,5 @@ regex = "(?P.*)" filterwarnings = [ "error", "ignore:Jitify is performing a one-time only warm-up to populate the persistent cache", + "ignore::DeprecationWarning:botocore.*", ]