0.53.1
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.statustag of a test span frompytestwould be missing becausepytest_runtest_makereporthook is not run, like whenpytesthas an internal error. - Pin
protobufversion to<3.18for Python <=3.5 due to support being dropped.