Explicitly add six to unblock unit tests
The jaeger-client-python library uses six although it does not have six listed in its requirements. Because the library was already archived, the lack of dependency definition can't be fixed now. Add six to our own test dependencies to unblock unit tests. The driver will be deprecated shortly. Change-Id: I8e3c963d6398225b29c8217e518652caa4684b17
This commit is contained in:
@ -14,5 +14,6 @@ redis>=2.10.0 # MIT
|
||||
|
||||
# For Jaeger Tracing
|
||||
jaeger-client>=3.8.0 # Apache-2.0
|
||||
six>=1.10.0 # MIT
|
||||
opentelemetry-exporter-otlp>=1.16.0 # Apache-2.0
|
||||
opentelemetry-sdk>=1.16.0 # Apache-2.0
|
||||
|
Reference in New Issue
Block a user