From 521115f835f4c7f95559402815ae07db79fba921 Mon Sep 17 00:00:00 2001 From: "Tahir H. Butt" Date: Tue, 16 Jun 2020 13:37:10 -0400 Subject: [PATCH] fix(tests): install asgi early (#831) The lint job raising an error at installation: ERROR: Could not find a version that satisfies the requirement opentelemetry-ext-asgi==0.10.dev0 (from opentelemetry-instrumentation-starlette==0.10.dev0) (from versions: 0.8b0, 0.9b0) ERROR: No matching distribution found for opentelemetry-ext-asgi==0.10.dev0 (from opentelemetry-instrumentation-starlette==0.10.dev0) The opentelemetry-ext-asgi should be installed before depending modules. --- eachdist.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/eachdist.ini b/eachdist.ini index a2822d97b4..c77d82f345 100644 --- a/eachdist.ini +++ b/eachdist.ini @@ -9,6 +9,7 @@ sortfirst= tests/util ext/opentelemetry-ext-wsgi ext/opentelemetry-ext-dbapi + ext/opentelemetry-ext-asgi ext/* [lintroots]