You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
I was trying to perform a test with Auditbeat running on Ubuntu 22.04, but could not get pytest to run due to an otel related error. From #1687 it looks like we had overcome this error after upgrading opentelemetry-sdk dependencies, but perhaps something about Ubuntu 22.04 is different?
The text was updated successfully, but these errors were encountered:
andrewkroh
changed the title
pytest-otel - AttributeError: 'NoneType' object has no attribute 'get_current'
pytest-otel - AttributeError: 'NoneType' object has no attribute 'get_current'
Dec 5, 2022
I was trying to perform a test with Auditbeat running on Ubuntu 22.04, but could not get pytest to run due to an otel related error. From #1687 it looks like we had overcome this error after upgrading opentelemetry-sdk dependencies, but perhaps something about Ubuntu 22.04 is different?
Error
Test run
AttributeError: 'NoneType' object has no attribute 'get_current'
Related things
pytest-otel
seems to be broken on Python >= 3.10.0 #1687The text was updated successfully, but these errors were encountered: