File tree Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ [pytest]
2
+ filterwarnings =
3
+ # treat all warnings as errors
4
+ error
5
+ # Remove once https://github.com/protocolbuffers/protobuf/issues/12186 is fixed
6
+ ignore:.*custom tp_new.*in Python 3.14:DeprecationWarning
7
+ # Remove once release PR https://github.com/googleapis/proto-plus-python/pull/391 is merged
8
+ ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning:proto.datetime_helpers
Original file line number Diff line number Diff line change
1
+ [pytest]
2
+ filterwarnings =
3
+ # treat all warnings as errors
4
+ error
5
+ # Remove once https://github.com/protocolbuffers/protobuf/issues/12186 is fixed
6
+ ignore:.*custom tp_new.*in Python 3.14:DeprecationWarning
7
+ # Remove once release PR https://github.com/googleapis/proto-plus-python/pull/391 is merged
8
+ ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning:proto.datetime_helpers
Original file line number Diff line number Diff line change
1
+ [pytest]
2
+ filterwarnings =
3
+ # treat all warnings as errors
4
+ error
5
+ # Remove once https://github.com/pytest-dev/pytest-cov/issues/621 is fixed
6
+ ignore:.*The --rsyncdir command line argument and rsyncdirs config variable are deprecated:DeprecationWarning
7
+ # Remove once https://github.com/protocolbuffers/protobuf/issues/12186 is fixed
8
+ ignore:.*custom tp_new.*in Python 3.14:DeprecationWarning
9
+ # Remove once https://github.com/grpc/grpc/issues/35086 is fixed
10
+ ignore:There is no current event loop:DeprecationWarning:grpc.aio._channel
11
+ # Remove once release PR https://github.com/googleapis/python-api-common-protos/pull/191 is merged
12
+ ignore:.*pkg_resources.declare_namespace:DeprecationWarning
13
+ ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
14
+ # Remove once release PR https://github.com/googleapis/proto-plus-python/pull/391 is merged
15
+ ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning:proto.datetime_helpers
16
+ # Remove once release PR https://github.com/googleapis/python-api-core/pull/555 is merged
17
+ ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning:google.api_core.datetime_helpers
You can’t perform that action at this time.
0 commit comments