Skip to content

Commit

Permalink
build: treat warnings as errors (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Dec 1, 2023
1 parent c9092c7 commit 3184520
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[pytest]
filterwarnings =
# treat all warnings as errors
error
# Remove once https://github.com/protocolbuffers/protobuf/issues/12186 is fixed
ignore:.*custom tp_new.*in Python 3.14:DeprecationWarning

0 comments on commit 3184520

Please sign in to comment.