-
Notifications
You must be signed in to change notification settings - Fork 453
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move pytest config to pyproject.toml (#1187)
- Loading branch information
Showing
2 changed files
with
22 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,2 @@ | ||
[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 |