Skip to content

Commit 34f538b

Browse files
committed
remove datetime.datetime filterwarnings
1 parent 9f01f60 commit 34f538b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -349,10 +349,6 @@ filterwarnings = [
349349
"error",
350350
# Remove this in a future release of PySpark.
351351
"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.",
356352
# Latest PySpark version (v3.5.3) throws this error, remove in a future release of PySpark (possibly v4.0.0).
357353
"ignore:is_datetime64tz_dtype is deprecated and will be removed in a future version.",
358354
]

0 commit comments

Comments
 (0)