Skip to content

Commit 153c658

Browse files
Allow testing with opentracing 2.x versions after 2.2.x (#3641)
1 parent 763cd6b commit 153c658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shim/opentelemetry-opentracing-shim/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
[project.optional-dependencies]
3535
test = [
3636
"opentelemetry-test-utils == 0.44b0.dev",
37-
"opentracing ~= 2.2.0",
37+
"opentracing >= 2.2.0, <3",
3838
]
3939

4040
[project.urls]

0 commit comments

Comments
 (0)