We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6207c8 commit 2ee8932Copy full SHA for 2ee8932
1 file changed
poe_tasks.toml
@@ -112,5 +112,7 @@ cwd = "conformance"
112
113
[tasks.test-otel]
114
help = "Run connectrpc-otel tests"
115
-cmd = "pytest"
+# Use uv run to make sure the package is built before running tests.
116
+# Instrumentation tests require package metadata.
117
+cmd = "uv run pytest"
118
cwd = "connectrpc-otel"
0 commit comments