Skip to content

Commit c9f37dd

Browse files
committed
remove datetime.datetime filterwarnings
1 parent e3a67ca commit c9f37dd

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
@@ -351,10 +351,6 @@ filterwarnings = [
351351
"ignore:unclosed <socket.socket",
352352
# Remove this in a future release of PySpark.
353353
"ignore:distutils Version classes are deprecated. Use packaging.version instead.",
354-
# Remove this in a future release of PySpark. https://github.com/apache/iceberg-python/issues/1349
355-
"ignore:datetime.datetime.utcfromtimestamp\\(\\) is deprecated and scheduled for removal in a future version.",
356-
# Remove this once https://github.com/boto/boto3/issues/3889 is fixed.
357-
"ignore:datetime.datetime.utcnow\\(\\) is deprecated and scheduled for removal in a future version.",
358354
# Latest PySpark version (v3.5.3) throws this error, remove in a future release of PySpark (possibly v4.0.0).
359355
"ignore:is_datetime64tz_dtype is deprecated and will be removed in a future version.",
360356
]

0 commit comments

Comments
 (0)