Skip to content

Commit

Permalink
Don't fail tests upon warnings from external packages.
Browse files Browse the repository at this point in the history
E.g. marshmallow<3.15 generates a deprecation warning from distutils.
There's no reason that should cause a test failure for us.
  • Loading branch information
dairiki committed Sep 23, 2022
1 parent 3bd6331 commit 847c953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ target-version = ['py36', 'py37', 'py38']

[tool.pytest.ini_options]
filterwarnings = [
"error",
"error:::marshmallow_dataclass|test",
]

0 comments on commit 847c953

Please # to comment.