test: drain web agent owners before loop close

This commit is contained in:
jxxghp
2026-08-24 09:57:02 +08:00
parent 2274a354dc
commit af97f2c27a
4 changed files with 37 additions and 8 deletions
+1
View File
@@ -9,6 +9,7 @@ asyncio_debug = true
# 仅对「无法在本仓修复根因」的已知上游/三方弃用告警做精确忽略,保持测试输出干净、
# 让本仓自身的新告警更醒目。本仓代码引发的告警一律不在此忽略,应在源码/用例处修复。
filterwarnings =
error::pytest.PytestUnhandledThreadExceptionWarning
ignore:'_UnionGenericAlias' is deprecated and slated for removal in Python 3\.17:DeprecationWarning:google\.genai\.types
ignore:invalid escape sequence '\\&':SyntaxWarning:oss2\.api
ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning