You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pytest.ini
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,10 @@ filterwarnings =
15
15
ignore:.*Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.*:DeprecationWarning
16
16
# Remove tests for `credentials_file` once support for `credentials_file` is removed in `google-auth`
17
17
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