Skip to content

Commit

Permalink
Narrow down ignored warnings (#1816)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r authored Jun 5, 2024
1 parent b43246a commit 6c80453
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ module = "holidays.groups.*"
disable_error_code = "attr-defined"

[tool.pytest.ini_options]
addopts = "-p no:warnings"
filterwarnings = [
"ignore::DeprecationWarning:holidays",
"ignore::DeprecationWarning:xdist",
]

[tool.rstcheck]
ignore_directives = ["automodule", "autosummary"]
Expand Down

0 comments on commit 6c80453

Please sign in to comment.