mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
test: filter known oss2 syntax warning (#6458)
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ asyncio_debug = true
|
|||||||
filterwarnings =
|
filterwarnings =
|
||||||
error::pytest.PytestUnhandledThreadExceptionWarning
|
error::pytest.PytestUnhandledThreadExceptionWarning
|
||||||
ignore:'_UnionGenericAlias' is deprecated and slated for removal in Python 3\.17:DeprecationWarning:google\.genai\.types
|
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:datetime.datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning
|
||||||
ignore:'crypt' is deprecated:DeprecationWarning
|
ignore:'crypt' is deprecated:DeprecationWarning
|
||||||
ignore:'audioop' is deprecated:DeprecationWarning
|
ignore:'audioop' is deprecated:DeprecationWarning
|
||||||
|
|||||||
Reference in New Issue
Block a user