Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit 2da1ac4

Browse files
committed
filter warnings
1 parent f3e62e3 commit 2da1ac4

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
@@ -9,3 +9,10 @@ filterwarnings =
99
# Remove once the minimum supported version of `google-api-core` is 2.15.0
1010
ignore:.*pkg_resources.declare_namespace:DeprecationWarning
1111
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
12+
# Remove after support for Python 3.8 is dropped
13+
ignore:You are using a non-supported Python version \(3\.8:DeprecationWarning
14+
ignore:You are using a non-supported Python version \(3\.8:FutureWarning
15+
# Remove after support for Python 3.9 is dropped
16+
ignore:You are using a Python version \(3\.9:FutureWarning
17+
# Remove after support for Python 3.10 is dropped
18+
ignore:.*You are using a Python version \(3\.10:FutureWarning

0 commit comments

Comments
 (0)