We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f538b commit fc4233cCopy full SHA for fc4233c
pyproject.toml
@@ -347,10 +347,8 @@ markers = [
347
# Turns a warning into an error
348
filterwarnings = [
349
"error",
350
- # Remove this in a future release of PySpark.
351
- "ignore:distutils Version classes are deprecated. Use packaging.version instead.",
352
- # Latest PySpark version (v3.5.3) throws this error, remove in a future release of PySpark (possibly v4.0.0).
353
- "ignore:is_datetime64tz_dtype is deprecated and will be removed in a future version.",
+ "ignore:A plugin raised an exception during an old-style hookwrapper teardown.",
+ "ignore:unclosed <socket.socket",
354
]
355
356
[tool.black]
0 commit comments