Package: python-jaeger-client / 4.8.0-4

Metadata

Package Version Patches format
python-jaeger-client 4.8.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
do not import from mock.patch | (download)

tests/conftest.py | 2 1 + 1 - 0 !
tests/test_codecs.py | 2 1 + 1 - 0 !
tests/test_crossdock.py | 4 2 + 2 - 0 !
tests/test_metrics.py | 2 1 + 1 - 0 !
tests/test_rate_limiter.py | 2 1 + 1 - 0 !
tests/test_reporter.py | 2 1 + 1 - 0 !
tests/test_sampler.py | 2 1 + 1 - 0 !
tests/test_span.py | 2 1 + 1 - 0 !
tests/test_throttler.py | 2 1 + 1 - 0 !
tests/test_traceback_log.py | 2 1 + 1 - 0 !
tests/test_tracer.py | 2 1 + 1 - 0 !
tests/test_utils.py | 2 1 + 1 - 0 !
12 files changed, 13 insertions(+), 13 deletions(-)

 do not import from mock
remove tests with yield.patch | (download)

tests/test_crossdock.py | 64 0 + 64 - 0 !
tests/test_local_agent_net.py | 28 0 + 28 - 0 !
2 files changed, 92 deletions(-)

 removed tests with yield
 It's not allowed to have yield in tests, apparently.
py3.14 fix close asyncio future.patch | (download)

jaeger_client/reporter.py | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 python 3.14: fix close asyncio future