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 120f3b4 commit 4f8c7f6Copy full SHA for 4f8c7f6
setup.cfg
@@ -6,6 +6,9 @@ norecursedirs = venv* .* _* scripts {args}
6
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE ALLOW_UNICODE IGNORE_EXCEPTION_DETAIL
7
markers =
8
all_locales: parameterize test with all locales
9
+filterwarnings =
10
+ # The doctest for format_number would raise this, but we don't really want to see it.
11
+ ignore:babel.numbers.format_decimal:DeprecationWarning
12
13
[bdist_wheel]
14
universal = 1
0 commit comments