File: pytest.ini

package info (click to toggle)
python-proto-plus 1.27.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 720 kB
  • sloc: python: 4,633; makefile: 27
file content (9 lines) | stat: -rw-r--r-- 557 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[pytest]
filterwarnings =
    # Remove once https://github.com/protocolbuffers/protobuf/issues/12186 is fixed
    ignore:.*custom tp_new.*in Python 3.14:DeprecationWarning
    # Remove once deprecated field `including_default_value_fields` is removed
    ignore:.*The argument `including_default_value_fields` has been removed.*:DeprecationWarning
    # Remove once deprecated field `float_precision` is removed
    # See https://github.com/googleapis/proto-plus-python/issues/547
    ignore:float_precision option is deprecated for json_format:UserWarning