Bug Fixes
- Fixed the support for Celery workers that fork sub-processes with Python 3.6 and earlier versions.
- Fixes cases in which the
test.status
tag of a test span frompytest
would be missing becausepytest_runtest_makereport
hook is not run, like whenpytest
has an internal error. - Pin
protobuf
version to<3.18
for Python <=3.5 due to support being dropped.