mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 09:13:23 +00:00
add new deprecation warnings for tornado tests
This commit is contained in:
@@ -12,7 +12,11 @@ addopts = [
|
|||||||
markers = ["online"]
|
markers = ["online"]
|
||||||
filterwarnings = [
|
filterwarnings = [
|
||||||
"error",
|
"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]
|
[tool.ruff]
|
||||||
|
|||||||
Reference in New Issue
Block a user