This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new bf4cd58f infra: remove outdated filterwarnings (#2568)
bf4cd58f is described below
commit bf4cd58fc4db6d104ccaa9a41dd49ccf600793aa
Author: Kevin Liu <[email protected]>
AuthorDate: Sun Oct 5 11:26:01 2025 -0700
infra: remove outdated filterwarnings (#2568)
---
pyproject.toml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index c5774ec1..a8efda08 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -347,14 +347,6 @@ markers = [
# Turns a warning into an error
filterwarnings = [
"error",
- # Remove this in a future release of PySpark.
- "ignore:distutils Version classes are deprecated. Use packaging.version
instead.",
- # Remove this in a future release of PySpark.
https://github.com/apache/iceberg-python/issues/1349
- "ignore:datetime.datetime.utcfromtimestamp\\(\\) is deprecated and scheduled
for removal in a future version.",
- # Remove this once https://github.com/boto/boto3/issues/3889 is fixed.
- "ignore:datetime.datetime.utcnow\\(\\) is deprecated and scheduled for
removal in a future version.",
- # Latest PySpark version (v3.5.3) throws this error, remove in a future
release of PySpark (possibly v4.0.0).
- "ignore:is_datetime64tz_dtype is deprecated and will be removed in a future
version.",
]
[tool.black]