Spaces:
Running
on
T4
Running
on
T4
Fedir Zadniprovskyi
commited on
Commit
•
a2a6c97
1
Parent(s):
93c8f90
chore: pytest ignore deprecation warnings
Browse files- pyproject.toml +3 -0
pyproject.toml
CHANGED
@@ -107,3 +107,6 @@ venv = ".venv"
|
|
107 |
|
108 |
[tool.pytest.ini_options]
|
109 |
asyncio_default_fixture_loop_scope = "function" # this fixes pytest warning
|
|
|
|
|
|
|
|
107 |
|
108 |
[tool.pytest.ini_options]
|
109 |
asyncio_default_fixture_loop_scope = "function" # this fixes pytest warning
|
110 |
+
filterwarnings = [
|
111 |
+
'ignore::DeprecationWarning'
|
112 |
+
]
|