Skip to content

Commit

Permalink
tests: filter out excessive warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell authored and slint committed Feb 26, 2025
1 parent 4f58c1f commit 2220f78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,5 @@ ignore =

[tool:pytest]
addopts = --black --isort --pydocstyle --ignore=docs --doctest-glob="*.rst" --doctest-modules --cov=invenio_communities --cov-report=term-missing
filterwarnings =
ignore::marshmallow.warnings.RemovedInMarshmallow4Warning

0 comments on commit 2220f78

Please sign in to comment.