Skip to content

Commit

Permalink
Fix tests (#6464)
Browse files Browse the repository at this point in the history
* Remove pytest-tornasync

* Add filterwarning

* Fix warning ignore

* Add more filter warning
  • Loading branch information
jtpio committed Jul 5, 2022
1 parent b9bab68 commit a3d20ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]

0 comments on commit a3d20ad

Please sign in to comment.