We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcfe52 commit 0818b17Copy full SHA for 0818b17
pyproject.toml
@@ -249,7 +249,7 @@ filterwarnings = [
249
# NOTE: the last matching option is used
250
"ignore::Warning", # Ignore all Warning
251
"default::FutureWarning", # Show FutureWarnings
252
- "error::DeprecationWarning", # Show DeprecationWarnings # TODO: revert
+ "default::DeprecationWarning", # Show DeprecationWarnings
253
# TODO: pybtex (perhaps some others) emits the following warnings
254
'ignore:pkg_resources is deprecated as an API:DeprecationWarning',
255
'ignore:distutils Version classes are deprecated:DeprecationWarning',
0 commit comments