From f3900b316b09846240d7488e540b5f3d3528fb7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Neum=C3=BCller?= Date: Mon, 25 Nov 2019 09:23:04 +0100 Subject: [PATCH] Make sure testutil & wsgi are installed before dependents. --- eachdist.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eachdist.ini b/eachdist.ini index ed1b58787bd..02e762caae1 100644 --- a/eachdist.ini +++ b/eachdist.ini @@ -4,6 +4,7 @@ sortfirst= opentelemetry-api opentelemetry-sdk + ext/opentelemetry-ext-testutil ext/* [lintroots] @@ -12,4 +13,4 @@ subglob=*.py,tests/,test/,src/* [testroots] extraroots=examples/*,tests/ -subglob=tests/,test/ \ No newline at end of file +subglob=tests/,test/