* Remove pytest-tornasync

* Add filterwarning

* Fix warning ignore

* Add more filter warning
This commit is contained in:
Jeremy Tuloup 2022-07-05 15:09:40 +02:00 committed by GitHub
parent b9bab689c9
commit a3d20add3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
]