test: filter known oss2 syntax warning (#6458)

This commit is contained in:
InfinityPacer
2026-08-25 22:03:54 +08:00
committed by GitHub
parent a5444f7c91
commit c8146ee395
+1 -1
View File
@@ -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