Fedir Zadniprovskyi 2024-10-21
chore: pytest ignore deprecation warnings
@12f19663080087c16e9cfd1b8913998844c1f529
pyproject.toml
--- pyproject.toml
+++ pyproject.toml
@@ -107,3 +107,6 @@
 
 [tool.pytest.ini_options]
 asyncio_default_fixture_loop_scope = "function" # this fixes pytest warning
+filterwarnings = [
+    'ignore::DeprecationWarning'
+]
Add a comment
List