File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,6 +65,9 @@ minversion = "6.0"
6565testpaths = [" tests" ]
6666addopts = " -Wall -Werror --import-mode importlib"
6767asyncio_default_fixture_loop_scope = " function"
68+ filterwarnings = [
69+ " ignore:.*stop supporting in new releases of google.api_core once.*:FutureWarning" ,
70+ ]
6871
6972
7073[build-system ]
Original file line number Diff line number Diff line change @@ -53,6 +53,9 @@ minversion = "6.0"
5353testpaths = [" tests" ]
5454addopts = " -Wall -Werror --import-mode importlib"
5555asyncio_default_fixture_loop_scope = " function"
56+ filterwarnings = [
57+ " ignore:.*stop supporting in new releases of google.api_core once.*:FutureWarning" ,
58+ ]
5659
5760[build-system ]
5861requires = [" hatchling" , " uv-dynamic-versioning" ]
Original file line number Diff line number Diff line change @@ -53,6 +53,9 @@ minversion = "6.0"
5353testpaths = [" tests" ]
5454addopts = " -Wall -Werror --import-mode importlib"
5555asyncio_default_fixture_loop_scope = " function"
56+ filterwarnings = [
57+ " ignore:.*stop supporting in new releases of google.api_core once.*:FutureWarning" ,
58+ ]
5659
5760[build-system ]
5861requires = [" hatchling" , " uv-dynamic-versioning" ]
Original file line number Diff line number Diff line change @@ -55,6 +55,9 @@ minversion = "6.0"
5555testpaths = [" tests" ]
5656addopts = " -Wall -Werror --import-mode importlib"
5757asyncio_default_fixture_loop_scope = " function"
58+ filterwarnings = [
59+ " ignore:.*stop supporting in new releases of google.api_core once.*:FutureWarning" ,
60+ ]
5861
5962[build-system ]
6063requires = [" hatchling" , " uv-dynamic-versioning" ]
You can’t perform that action at this time.
0 commit comments