File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -347,14 +347,6 @@ markers = [
347347# Turns a warning into an error
348348filterwarnings = [
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 ]
You can’t perform that action at this time.
0 commit comments