mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
add new deprecation warnings for tornado tests
This commit is contained in:
@@ -12,7 +12,11 @@ addopts = [
|
||||
markers = ["online"]
|
||||
filterwarnings = [
|
||||
"error",
|
||||
'''ignore:datetime\.datetime\.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version.*:DeprecationWarning'''
|
||||
'''ignore:datetime\.datetime\.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version.*:DeprecationWarning''',
|
||||
'''ignore:There is no current event loop:DeprecationWarning''',
|
||||
'''ignore:make_current is deprecated; start the event loop first:DeprecationWarning''',
|
||||
'''ignore:clear_current is deprecated:DeprecationWarning''',
|
||||
'''ignore:the \(type, exc, tb\) signature of throw\(\) is deprecated, use the single-arg signature instead.:DeprecationWarning''',
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
|
||||
Reference in New Issue
Block a user