build(dev): add pytest-timeout

This will prevent a test from running indefinitely
This commit is contained in:
Lucas Gomide
2025-04-29 17:42:21 -03:00
parent e3ab999a57
commit 133e5892b9
2 changed files with 15 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ dev-dependencies = [
"pytest-subprocess>=1.5.2",
"pytest-recording>=0.13.2",
"pytest-randomly>=3.16.0",
"pytest-timeout>=2.3.1",
]
[project.scripts]