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 74557e7 commit 30f5cc7Copy full SHA for 30f5cc7
packages/google-cloud-runtimeconfig/pytest.ini
@@ -0,0 +1,9 @@
1
+[pytest]
2
+filterwarnings =
3
+ # treat all warnings as errors
4
+ error
5
+ # Remove once release PR https://github.com/googleapis/python-api-common-protos/pull/191 is merged
6
+ ignore:.*pkg_resources.declare_namespace:DeprecationWarning
7
+ ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
8
+ # Remove once https://github.com/protocolbuffers/protobuf/issues/12186 is fixed
9
+ ignore:.*custom tp_new.*in Python 3.14:DeprecationWarning
0 commit comments