mirror of https://github.com/tiangolo/fastapi.git
dependancy added
This commit is contained in:
parent
ae3636e1ea
commit
42887de02a
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue