diff --git a/pyproject.toml b/pyproject.toml index bd1642d..bb897ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,4 +51,8 @@ test = ["pytest"] dev = ["pytest", "black"] [tool.pytest.ini_options] -testpaths = ["test_autoconf"] \ No newline at end of file +testpaths = ["test_autoconf"] +filterwarnings = [ + "ignore:cuda_plugin_extension:UserWarning", + "ignore::DeprecationWarning:jax", +] \ No newline at end of file