diff --git a/pyproject.toml b/pyproject.toml index 9a11c7b8d..b54f578fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ lint.pydocstyle.convention = "google" "*/blank.py" = ["I001"] [tool.pytest.ini_options] -filterwarnings = "ignore::RuntimeWarning" +filterwarnings = "ignore:fields may not start with an underscore:RuntimeWarning" asyncio_default_fixture_loop_scope = "function" asyncio_mode = "auto"