Skip to content

Commit 670c36c

Browse files
Filter out python 3.10 google.api_core future warnings
1 parent b8bad56 commit 670c36c

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

tilebox-datasets/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ minversion = "6.0"
6565
testpaths = ["tests"]
6666
addopts = "-Wall -Werror --import-mode importlib"
6767
asyncio_default_fixture_loop_scope = "function"
68+
filterwarnings = ["ignore::FutureWarning:google.api_core"]
6869

6970

7071
[build-system]

tilebox-grpc/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ minversion = "6.0"
5353
testpaths = ["tests"]
5454
addopts = "-Wall -Werror --import-mode importlib"
5555
asyncio_default_fixture_loop_scope = "function"
56+
filterwarnings = ["ignore::FutureWarning:google.api_core"]
5657

5758
[build-system]
5859
requires = ["hatchling", "uv-dynamic-versioning"]

tilebox-storage/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ minversion = "6.0"
5353
testpaths = ["tests"]
5454
addopts = "-Wall -Werror --import-mode importlib"
5555
asyncio_default_fixture_loop_scope = "function"
56+
filterwarnings = ["ignore::FutureWarning:google.api_core"]
5657

5758
[build-system]
5859
requires = ["hatchling", "uv-dynamic-versioning"]

tilebox-workflows/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ minversion = "6.0"
5555
testpaths = ["tests"]
5656
addopts = "-Wall -Werror --import-mode importlib"
5757
asyncio_default_fixture_loop_scope = "function"
58+
filterwarnings = ["ignore::FutureWarning:google.api_core"]
5859

5960
[build-system]
6061
requires = ["hatchling", "uv-dynamic-versioning"]

0 commit comments

Comments
 (0)