Skip to content

Commit

Permalink
update pytest config
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Sep 25, 2023
1 parent 5674c3e commit 96c41d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,10 @@ src_paths = [
]

[tool.pytest.ini_options]
addopts = "--doctest-modules -s -vv --durations=0"
addopts = "-ra --strict-config --strict-markers --doctest-modules -s -vv --durations=0"
doctest_optionflags = "NORMALIZE_WHITESPACE ELLIPSIS"
# TODO: Remove filter in release 0.13
filterwarnings = "ignore:.*Please use 'zscore_sample' instead.:FutureWarning"
junit_family = "xunit2"
minversion = "6.0"
xfail_strict = true

0 comments on commit 96c41d4

Please sign in to comment.