Skip to content

Commit 769ac27

Browse files
authored
build: treat warnings as errors (#415)
1 parent 359c2cc commit 769ac27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/proto-plus/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)