ci: Add pytest-timeout to dev deps

This commit is contained in:
Chris Coutinho
2025-10-19 00:27:19 +02:00
parent 5de4055f9f
commit b72514bb32
3 changed files with 26 additions and 2 deletions
+4
View File
@@ -29,6 +29,9 @@ markers = [
testpaths = [
"tests",
]
# Timeout settings to prevent tests from hanging indefinitely
timeout = 180 # 3 minutes default timeout per test (includes fixture setup)
timeout_func_only = false # Timeout includes fixture setup/teardown
[tool.commitizen]
name = "cz_conventional_commits"
@@ -53,6 +56,7 @@ dev = [
"pytest>=8.3.5",
"pytest-cov>=6.1.1",
"pytest-playwright-asyncio>=0.7.1",
"pytest-timeout>=2.3.1",
"ruff>=0.11.13",
]