mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-29 03:56:43 +08:00
test: filter known oss2 syntax warning (#6458)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user