Skip to content

Commit f9a489b

Browse files
committed
Add pytest-async-benchmark as dev dependency
1 parent c5f2958 commit f9a489b

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ Documentation = "https://github.com/microsoft/typeagent-py/tree/main/docs/README
5858
[tool.uv.build-backend]
5959
module-root = "src"
6060

61+
[tool.uv.sources]
62+
pytest-async-benchmark = { git = "https://github.com/KRRT7/pytest-async-benchmark.git", rev = "feat/pedantic-mode" }
63+
6164
[tool.pytest.ini_options]
6265
asyncio_default_fixture_loop_scope = "function"
6366
testpaths = ["tests"]
@@ -91,6 +94,7 @@ dev = [
9194
"opentelemetry-instrumentation-httpx>=0.57b0",
9295
"pyright>=1.1.408", # 407 has a regression
9396
"pytest>=8.3.5",
97+
"pytest-async-benchmark",
9498
"pytest-asyncio>=0.26.0",
9599
"pytest-mock>=3.14.0",
96100
]

uv.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)