Skip to content

Commit 2ee8932

Browse files
committed
Build before otel
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
1 parent a6207c8 commit 2ee8932

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

poe_tasks.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,7 @@ cwd = "conformance"
112112

113113
[tasks.test-otel]
114114
help = "Run connectrpc-otel tests"
115-
cmd = "pytest"
115+
# Use uv run to make sure the package is built before running tests.
116+
# Instrumentation tests require package metadata.
117+
cmd = "uv run pytest"
116118
cwd = "connectrpc-otel"

0 commit comments

Comments
 (0)