diff --git a/pyproject.toml b/pyproject.toml index c5774ec1db..a8efda08ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -347,14 +347,6 @@ markers = [ # Turns a warning into an error filterwarnings = [ "error", - # 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.", - # Latest PySpark version (v3.5.3) throws this error, remove in a future release of PySpark (possibly v4.0.0). - "ignore:is_datetime64tz_dtype is deprecated and will be removed in a future version.", ] [tool.black]