Skip to content

Commit ac3b3d5

Browse files
committed
filter warnings
1 parent fddc91e commit ac3b3d5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pytest.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@ filterwarnings =
1515
ignore:.*Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.*:DeprecationWarning
1616
# Remove tests for `credentials_file` once support for `credentials_file` is removed in `google-auth`
1717
ignore:The `credentials_file` argument is deprecated because of a potential security risk:DeprecationWarning
18+
# Remove after support for Python 3.8 is dropped
19+
ignore:You are using a non-supported Python version \(3\.8:DeprecationWarning
20+
ignore:You are using a non-supported Python version \(3\.8:FutureWarning
21+
# Remove after support for Python 3.9 is dropped
22+
ignore:You are using a Python version \(3\.9:FutureWarning
23+
# Remove after support for Python 3.10 is dropped
24+
ignore:.*You are using a Python version \(3\.10:FutureWarning

0 commit comments

Comments
 (0)