Skip to content

Commit af21cdb

Browse files
committed
add warning filter
1 parent 4d72289 commit af21cdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,8 @@ filterwarnings = [
903903
"ignore:unclosed <socket.socket",
904904
# Remove this in a future release of PySpark.
905905
"ignore:distutils Version classes are deprecated. Use packaging.version instead.",
906+
# Remove this in a future release of PySpark. https://github.com/apache/iceberg-python/issues/1349
907+
"ignore:datetime.datetime.utcfromtimestamp\\(\\) is deprecated and scheduled for removal in a future version.",
906908
# Remove this once https://github.com/boto/boto3/issues/3889 is fixed.
907909
"ignore:datetime.datetime.utcnow\\(\\) is deprecated and scheduled for removal in a future version.",
908910
]

0 commit comments

Comments
 (0)