File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,10 +29,11 @@ dnsimple >= 2 ; python_version >= '3.6'
2929dataclasses ; python_version == '3.6'
3030
3131# requirement for the opentelemetry callback plugin
32- # WARNING: these libraries depend on grpcio, which takes 7 minutes (!) to build in CI on Python 3.10
33- opentelemetry-api ; python_version >= '3.6' and python_version < '3.10'
34- opentelemetry-exporter-otlp ; python_version >= '3.6' and python_version < '3.10'
35- opentelemetry-sdk ; python_version >= '3.6' and python_version < '3.10'
32+ # WARNING: these libraries rely on Protobuf for Python, which regularly stops installing.
33+ # That's why they are disabled for now.
34+ # opentelemetry-api ; python_version >= '3.6' and python_version < '3.10'
35+ # opentelemetry-exporter-otlp ; python_version >= '3.6' and python_version < '3.10'
36+ # opentelemetry-sdk ; python_version >= '3.6' and python_version < '3.10'
3637
3738# requirement for the elastic callback plugin
3839elastic-apm ; python_version >= '3.6'
You can’t perform that action at this time.
0 commit comments