We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60562a commit 0701baeCopy full SHA for 0701bae
pyproject.toml
@@ -54,6 +54,7 @@ dev = [
54
"pytest-cov>=4.0",
55
"pytest-mock>=3.10",
56
"pytest-qt>=4.2",
57
+ "pytest-timeout>=2.0",
58
"pre-commit",
59
"hypothesis>=6.0",
60
]
@@ -62,6 +63,7 @@ test = [
62
63
64
65
66
67
68
69
@@ -108,6 +110,7 @@ markers = [
108
110
"hardware: Tests that require specific hardware, notable camera backends",
109
111
# "slow: Tests that take a long time to run",
112
"gui: Tests that require GUI interaction",
113
+ "timeout: Test timeout in seconds (pytest-timeout)",
114
115
116
[tool.coverage.run]
0 commit comments