Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 38a4a86

Browse files
committed
tests: filter float_precision deprecation warning
1 parent 8ecf013 commit 38a4a86

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ filterwarnings =
66
ignore:.*custom tp_new.*in Python 3.14:DeprecationWarning
77
# Remove once deprecated field `including_default_value_fields` is removed
88
ignore:.*The argument `including_default_value_fields` has been removed.*:DeprecationWarning
9+
# Remove once deprecated field `float_precision` is removed
10+
# See https://github.com/googleapis/proto-plus-python/issues/547
11+
ignore:float_precision option is deprecated for json_format:UserWarning

0 commit comments

Comments
 (0)