File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ omit = [
6363[tool .pytest .ini_options ]
6464minversion = " 6.0"
6565testpaths = [" tests" ]
66- addopts = " -Wall -Werror --import-mode importlib"
66+ addopts = " -Wall -Werror --import-mode importlib -W ignore::FutureWarning:google.api_core "
6767asyncio_default_fixture_loop_scope = " function"
6868
6969
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ packages = ["_tilebox"]
5151[tool .pytest .ini_options ]
5252minversion = " 6.0"
5353testpaths = [" tests" ]
54- addopts = " -Wall -Werror --import-mode importlib"
54+ addopts = " -Wall -Werror --import-mode importlib -W ignore::FutureWarning:google.api_core "
5555asyncio_default_fixture_loop_scope = " function"
5656
5757[build-system ]
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ packages = ["tilebox"]
5151[tool .pytest .ini_options ]
5252minversion = " 6.0"
5353testpaths = [" tests" ]
54- addopts = " -Wall -Werror --import-mode importlib"
54+ addopts = " -Wall -Werror --import-mode importlib -W ignore::FutureWarning:google.api_core "
5555asyncio_default_fixture_loop_scope = " function"
5656
5757[build-system ]
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ omit = ["tilebox/workflows/workflows/v1/*"]
5353[tool .pytest .ini_options ]
5454minversion = " 6.0"
5555testpaths = [" tests" ]
56- addopts = " -Wall -Werror --import-mode importlib"
56+ addopts = " -Wall -Werror --import-mode importlib -W ignore::FutureWarning:google.api_core "
5757asyncio_default_fixture_loop_scope = " function"
5858
5959[build-system ]
You can’t perform that action at this time.
0 commit comments