Skip to content

Commit

Permalink
Merge branch 'main' into replace-utcnow
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Dec 4, 2023
2 parents 123b77c + 098c8f5 commit 3614ac2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[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 once https://github.com/googleapis/python-api-common-protos/pull/187/files is merged
ignore:.*pkg_resources.declare_namespace:DeprecationWarning
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
# Remove once https://github.com/googleapis/python-firestore/issues/804 is fixed
ignore:.*Detected filter using positional arguments:UserWarning
# Remove once https://github.com/googleapis/python-firestore/pull/716 is merged
ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning
ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning
# Remove once https://github.com/grpc/grpc/issues/35086 is fixed
ignore:There is no current event loop:DeprecationWarning:grpc.aio._channel

0 comments on commit 3614ac2

Please sign in to comment.