blob: ac49ca54ee7f6f0085e867926a230ed8fe01ffab (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[tool:pytest]
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
[metadata]
license_files = LICENSE
|