Skip to content

Commit 490951a

Browse files
authored
test: Add missing dependency (#614)
Fixes #613 some packages depend on the newest dev version of dbapi, which isn't published yet when a package in a virtualenv is installed, it will attempt to install those dependencies, which searches on pypi Installing the local package ensures that 0.7 is installed, so pip sees that and skips trying to resolve against pypi (when it won't find the version).
1 parent 5f188f7 commit 490951a

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
@@ -6,6 +6,7 @@ sortfirst=
66
opentelemetry-sdk
77
opentelemetry-auto-instrumentation
88
ext/opentelemetry-ext-wsgi
9+
ext/opentelemetry-ext-dbapi
910
ext/*
1011

1112
[lintroots]

0 commit comments

Comments
 (0)