Skip to content

Commit

Permalink
filter warning from proto-plus
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Dec 2, 2023
1 parent fad0d7c commit 051c20b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ filterwarnings =
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
# Remove once https://github.com/googleapis/python-storage/issues/1193 is fixed
ignore:.*unclosed file <_io.FileIO name=12 mode='rb+':ResourceWarning
# Remove once release PR https://github.com/googleapis/proto-plus-python/pull/391 is merged
ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning:proto.datetime_helpers

0 comments on commit 051c20b

Please sign in to comment.