From 36a32f0adb462432c13621b39531d7c843e8135e Mon Sep 17 00:00:00 2001 From: "Haoyu (Daniel)" Date: Tue, 17 Dec 2024 19:44:42 +0800 Subject: [PATCH] revert warning filter --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0359e190bcc..db6f4b52ee6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -249,7 +249,7 @@ filterwarnings = [ # NOTE: the last matching option is used "ignore::Warning", # Ignore all Warning "default::FutureWarning", # Show FutureWarnings - "error::DeprecationWarning", # Show DeprecationWarnings # TODO: revert + "default::DeprecationWarning", # Show DeprecationWarnings # TODO: pybtex (perhaps some others) emits the following warnings 'ignore:pkg_resources is deprecated as an API:DeprecationWarning', 'ignore:distutils Version classes are deprecated:DeprecationWarning',