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,7 @@ minversion = "6.0"
6565testpaths = [" tests" ]
6666addopts = " -Wall -Werror --import-mode importlib"
6767asyncio_default_fixture_loop_scope = " function"
68+ filterwarnings = [" ignore::FutureWarning:google.api_core" ]
6869
6970
7071[build-system ]
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ minversion = "6.0"
5353testpaths = [" tests" ]
5454addopts = " -Wall -Werror --import-mode importlib"
5555asyncio_default_fixture_loop_scope = " function"
56+ filterwarnings = [" ignore::FutureWarning:google.api_core" ]
5657
5758[build-system ]
5859requires = [" hatchling" , " uv-dynamic-versioning" ]
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ minversion = "6.0"
5353testpaths = [" tests" ]
5454addopts = " -Wall -Werror --import-mode importlib"
5555asyncio_default_fixture_loop_scope = " function"
56+ filterwarnings = [" ignore::FutureWarning:google.api_core" ]
5657
5758[build-system ]
5859requires = [" hatchling" , " uv-dynamic-versioning" ]
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ minversion = "6.0"
5555testpaths = [" tests" ]
5656addopts = " -Wall -Werror --import-mode importlib"
5757asyncio_default_fixture_loop_scope = " function"
58+ filterwarnings = [" ignore::FutureWarning:google.api_core" ]
5859
5960[build-system ]
6061requires = [" hatchling" , " uv-dynamic-versioning" ]
You can’t perform that action at this time.
0 commit comments