Skip to content

Commit

Permalink
feat: upgrade pytest + add pytest-asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanorosanelli committed Oct 26, 2024
1 parent b6bb45a commit ff7c171
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 9 deletions.
47 changes: 39 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ repository = "https://github.com/brevia-ai/brevia"
[tool.poetry.group.dev.dependencies]
flake8 = "^6.1.0"
pylint = "^3.0.1"
pytest = "^7.4.2"
pytest = "^8.2.0"
pytest-cov = "^4.1.0"
httpx = "^0.25.0"
pytest-asyncio = "^0.24.0"

[tool.pylint.main]
fail-under = 9.5
Expand Down

0 comments on commit ff7c171

Please sign in to comment.