

chore: pytest ignore deprecation warnings
@12f19663080087c16e9cfd1b8913998844c1f529
--- pyproject.toml
+++ pyproject.toml
... | ... | @@ -107,3 +107,6 @@ |
107 | 107 |
|
108 | 108 |
[tool.pytest.ini_options] |
109 | 109 |
asyncio_default_fixture_loop_scope = "function" # this fixes pytest warning |
110 |
+filterwarnings = [ |
|
111 |
+ 'ignore::DeprecationWarning' |
|
112 |
+] |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?