File: pytest.ini

package info (click to toggle)
python-proto-plus 1.27.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 724 kB
  • sloc: python: 4,650; makefile: 27
file content (6 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
[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