Skip to content

Commit

Permalink
Add ignore for marshmallow4 changes in python-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuck99 committed Feb 7, 2025
1 parent b5fb90e commit 46a26d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ filterwarnings = [
"ignore:.*custom tp_new.*:DeprecationWarning",
# Ignore warning about deprecated throw() call https://github.com/bluesky/bluesky/issues/1817
"ignore:.*signature of throw\\(\\) is deprecated.*:DeprecationWarning",
# Ignore warning about deprecations in python-workflows encountered during system tests
"ignore:.*`Field` should not be instantiated.*:ChangedInMarshmallow4Warning"
]
# Doctest python code in docs, python code in src docstrings, test functions in tests
testpaths = "docs src tests/unit_tests"
Expand Down

0 comments on commit 46a26d8

Please sign in to comment.