Skip to content

Commit 9a9929f

Browse files
committed
pytest.ini: Treat warnings as errors
1 parent a836575 commit 9a9929f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ markers =
66
requires_inhouse_data: require inhouse data
77

88
filterwarnings =
9+
error
910
ignore:add_child is deprecated. Set the parent attribute instead.:DeprecationWarning
1011
ignore::marshmallow.warnings.RemovedInMarshmallow4Warning
1112
ignore::marshmallow.warnings.ChangedInMarshmallow4Warning

0 commit comments

Comments
 (0)