From 9bca011811867b378ce7a669445a03eec9711a0e Mon Sep 17 00:00:00 2001 From: nialov Date: Sun, 4 Feb 2024 12:10:23 +0200 Subject: [PATCH] test: ignore pyarrow warning --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1e68c02..75fb5ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -141,6 +141,7 @@ filterwarnings =[ "ignore:is_categorical_dtype is deprecated and will be removed in a future version:FutureWarning", "ignore:is_categorical_dtype is deprecated and will be removed in a future version:DeprecationWarning", "ignore:'GeoSeries.swapaxes' is deprecated and will be removed in a future version:FutureWarning", + "ignore:\\nPyarrow will become a required dependency of pandas:DeprecationWarning", ] [tool.isort]