We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ecf013 commit 38a4a86Copy full SHA for 38a4a86
1 file changed
pytest.ini
@@ -6,3 +6,6 @@ filterwarnings =
6
ignore:.*custom tp_new.*in Python 3.14:DeprecationWarning
7
# Remove once deprecated field `including_default_value_fields` is removed
8
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