Skip to content

Commit

Permalink
add warning filter
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Nov 20, 2024
1 parent 4d72289 commit af21cdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,8 @@ filterwarnings = [
"ignore:unclosed <socket.socket",
# 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.",
]
Expand Down

0 comments on commit af21cdb

Please sign in to comment.