Skip to content

Commit 767adcc

Browse files
committed
Add pytest-asyncio and pytest-aiohttp as test dependencies.
1 parent 3c00ed7 commit 767adcc

File tree

1 file changed

+2
-0
lines changed
  • instrumentation/opentelemetry-instrumentation-aiohttp-server

1 file changed

+2
-0
lines changed

instrumentation/opentelemetry-instrumentation-aiohttp-server/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ instruments = [
3939
]
4040
test = [
4141
"opentelemetry-instrumentation-aiohttp-server[instruments]",
42+
"pytest-asyncio",
43+
"pytest-aiohttp",
4244
]
4345

4446
[project.entry-points.opentelemetry_instrumentor]

0 commit comments

Comments
 (0)