Skip to content

Commit bf4cd58

Browse files
authored
infra: remove outdated filterwarnings (#2568)
1 parent 25f46b5 commit bf4cd58

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -347,14 +347,6 @@ markers = [
347347
# Turns a warning into an error
348348
filterwarnings = [
349349
"error",
350-
# Remove this in a future release of PySpark.
351-
"ignore:distutils Version classes are deprecated. Use packaging.version instead.",
352-
# Remove this in a future release of PySpark. https://github.com/apache/iceberg-python/issues/1349
353-
"ignore:datetime.datetime.utcfromtimestamp\\(\\) is deprecated and scheduled for removal in a future version.",
354-
# Remove this once https://github.com/boto/boto3/issues/3889 is fixed.
355-
"ignore:datetime.datetime.utcnow\\(\\) is deprecated and scheduled for removal in a future version.",
356-
# Latest PySpark version (v3.5.3) throws this error, remove in a future release of PySpark (possibly v4.0.0).
357-
"ignore:is_datetime64tz_dtype is deprecated and will be removed in a future version.",
358350
]
359351

360352
[tool.black]

0 commit comments

Comments
 (0)