Skip to content

Commit 521115f

Browse files
authored
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.
1 parent 39fa078 commit 521115f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eachdist.ini

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ sortfirst=
99
tests/util
1010
ext/opentelemetry-ext-wsgi
1111
ext/opentelemetry-ext-dbapi
12+
ext/opentelemetry-ext-asgi
1213
ext/*
1314

1415
[lintroots]

0 commit comments

Comments
 (0)