dependancy added

This commit is contained in:
Hemanth Thirthahalli 2025-11-13 16:18:59 +05:30
parent ae3636e1ea
commit 42887de02a
2 changed files with 4 additions and 0 deletions

View File

@ -172,6 +172,9 @@ addopts = [
]
xfail_strict = true
junit_family = "xunit2"
markers = [
"asyncio: mark test to run with asyncio event loop",
]
filterwarnings = [
"error",
'ignore:starlette.middleware.wsgi is deprecated and will be removed in a future release\..*:DeprecationWarning:starlette',

View File

@ -1,6 +1,7 @@
-e .[all]
-r requirements-docs-tests.txt
pytest >=7.1.3,<9.0.0
pytest-asyncio >=0.21.0,<0.25.0
coverage[toml] >= 6.5.0,< 8.0
mypy ==1.14.1
dirty-equals ==0.9.0