There was an error while loading. Please reload this page.
1 parent 1e032ac commit cb7970fCopy full SHA for cb7970f
1 file changed
pyproject.toml
@@ -63,10 +63,14 @@ monitor = ["pynvml>=2.0"]
63
performance = ["hive-cpp>=0.1.0"]
64
dev = [
65
"pytest>=8.0",
66
+ "pytest-asyncio>=0.24",
67
"pytest-cov>=4.1",
68
"ruff>=0.5",
69
"mypy>=1.8",
70
]
71
+
72
+[tool.pytest.ini_options]
73
+asyncio_mode = "auto"
74
# Real-time observability: Prometheus, OpenTelemetry, JSONL export
75
observability = [
76
"prometheus-client>=0.20",
0 commit comments