Skip to content

Commit

Permalink
Add pytest warning filter for format_decimal deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Feb 4, 2022
1 parent 120f3b4 commit 4f8c7f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Expand Up @@ -6,6 +6,9 @@ norecursedirs = venv* .* _* scripts {args}
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE ALLOW_UNICODE IGNORE_EXCEPTION_DETAIL
markers =
all_locales: parameterize test with all locales
filterwarnings =
# The doctest for format_number would raise this, but we don't really want to see it.
ignore:babel.numbers.format_decimal:DeprecationWarning

[bdist_wheel]
universal = 1
Expand Down

0 comments on commit 4f8c7f6

Please sign in to comment.