From a74c16af9a16fade15760ec922578cae11c5d77c Mon Sep 17 00:00:00 2001 From: Andrew Xue Date: Wed, 10 Jun 2020 23:15:47 -0400 Subject: [PATCH] chore: add opentelemetry-test as a dependancy (#809) opentelemetry-test was not listed as a test dependency in the asgi instrumentation. --- eachdist.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/eachdist.ini b/eachdist.ini index e052f9cf8..a2822d97b 100644 --- a/eachdist.ini +++ b/eachdist.ini @@ -6,6 +6,7 @@ sortfirst= opentelemetry-sdk opentelemetry-instrumentation opentelemetry-proto + tests/util ext/opentelemetry-ext-wsgi ext/opentelemetry-ext-dbapi ext/*