* Remove pytest-tornasync

* Add filterwarning

* Fix warning ignore

* Add more filter warning
pull/6463/head
Jeremy Tuloup 4 years ago committed by GitHub
parent b9bab689c9
commit a3d20add3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save