ci: move coverage to separate pipeline step, add psycopg2-binary, fix E2E race
All checks were successful
ci/woodpecker/pr/pipeline Pipeline was successful

This commit is contained in:
2026-05-10 08:45:32 +03:00
parent 9cc2f6284d
commit c790b6edc6
3 changed files with 42 additions and 14 deletions

View File

@@ -43,6 +43,7 @@ dev = [
tests = [
"httpx>=0.28.1",
"mimesis>=19.1.0",
"psycopg2-binary>=2.9.0",
"pytest>=9.0.3",
"pytest-asyncio>=1.3.0",
"pytest-cov>=7.1.0",
@@ -82,7 +83,7 @@ target-version = "py313"
line-length = 100
[tool.ruff.lint]
select = ["E", "F", "I", "W", "B", "C4", "SIM"]
select = ["E", "F", "W", "B", "C4", "SIM"]
ignore = ["E501"]
[tool.isort]