Silence the unclosed socket warning.

This commit is contained in:
Andrey Rakhmatullin 2026-06-20 15:01:41 +05:00
parent a54a8923ea
commit 5531ced9fb
1 changed files with 2 additions and 0 deletions

View File

@ -274,6 +274,8 @@ markers = [
]
filterwarnings = [
"ignore::DeprecationWarning:twisted.web.static",
# Twisted doesn't close failed sockets after CannotListenError
"ignore:Exception ignored in. <socket\\.socket.*laddr=..0\\.0\\.0\\.0., 0.:pytest.PytestUnraisableExceptionWarning",
]
[tool.ruff.lint]