From c8146ee395bc5e698c05431dc982b9f1bf1c5a78 Mon Sep 17 00:00:00 2001 From: InfinityPacer <160988576+InfinityPacer@users.noreply.github.com> Date: Tue, 25 Aug 2026 22:03:54 +0800 Subject: [PATCH] test: filter known oss2 syntax warning (#6458) --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 8ff383437..c9f91c945 100644 --- a/pytest.ini +++ b/pytest.ini @@ -11,7 +11,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:"\\&" is an invalid escape sequence\..*:SyntaxWarning ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning ignore:'crypt' is deprecated:DeprecationWarning ignore:'audioop' is deprecated:DeprecationWarning