Skip to content

Commit 3184520

Browse files
authored
build: treat warnings as errors (googleapis#415)
1 parent c9092c7 commit 3184520

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pytest.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[pytest]
2+
filterwarnings =
3+
# treat all warnings as errors
4+
error
5+
# Remove once https://github.com/protocolbuffers/protobuf/issues/12186 is fixed
6+
ignore:.*custom tp_new.*in Python 3.14:DeprecationWarning

0 commit comments

Comments
 (0)