Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/google-cloud-org-policy/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ filterwarnings =
ignore:unclosed:ResourceWarning
# 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
# Warnings emitted when testing end of life Python versions
ignore:You are using a non-supported Python version:FutureWarning
ignore:.*Please upgrade to the latest Python version:FutureWarning
# Remove warning once https://github.com/googleapis/google-cloud-python/issues/12873 is fixed
ignore:Using the synchronous google.api_core.retry.Retry with asynchronous calls may lead to unexpected results:UserWarning
# Remove after support for `credentials_file` is dropped in `google-auth` and `gapic-generator`
Expand Down
Loading