Skip to content

Commit 0818b17

Browse files
committed
revert warning filter
1 parent 5fcfe52 commit 0818b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ filterwarnings = [
249249
# NOTE: the last matching option is used
250250
"ignore::Warning", # Ignore all Warning
251251
"default::FutureWarning", # Show FutureWarnings
252-
"error::DeprecationWarning", # Show DeprecationWarnings # TODO: revert
252+
"default::DeprecationWarning", # Show DeprecationWarnings
253253
# TODO: pybtex (perhaps some others) emits the following warnings
254254
'ignore:pkg_resources is deprecated as an API:DeprecationWarning',
255255
'ignore:distutils Version classes are deprecated:DeprecationWarning',

0 commit comments

Comments
 (0)