[pytest] | |
filterwarnings = | |
# treat all warnings as errors | |
error | |
# Remove once https://github.com/protocolbuffers/protobuf/issues/12186 is fixed | |
ignore:.*custom tp_new.*in Python 3.14:DeprecationWarning | |
# Remove after support for Python 3.7 is dropped | |
ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning | |
# Remove once the minimum supported version of `google-api-core` is 2.15.0 | |
ignore:.*pkg_resources.declare_namespace:DeprecationWarning | |
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning | |