diff --git a/python/pyproject.toml b/python/pyproject.toml index 4542e4ad..cd9f75db 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -60,3 +60,9 @@ license-files = ["LICENSE"] [tool.setuptools.dynamic] version = {file = "cuxfilter/VERSION"} + +[tool.pytest.ini_options] +filterwarnings = [ + "error::FutureWarning", + "error::DeprecationWarning", +]