mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-06 13:50:29 +08:00
Fix tests (#6464)
* Remove pytest-tornasync * Add filterwarning * Fix warning ignore * Add more filter warning
This commit is contained in:
parent
b9bab689c9
commit
a3d20add3f
@ -124,4 +124,6 @@ timeout = 300
|
||||
filterwarnings = [
|
||||
"error",
|
||||
"ignore:There is no current event loop:DeprecationWarning",
|
||||
"ignore:make_current is deprecated; start the event loop first",
|
||||
"ignore:clear_current is deprecated"
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user