open-telemetry / opentelemetry-python

OpenTelemetry Python API and SDK
https://opentelemetry.io
Apache License 2.0
1.67k stars 570 forks source link

Remove references to [test] extras from eachdist script #3903

Closed pmcollins closed 4 weeks ago

pmcollins commented 1 month ago

Support for extra [test] dependencies has been removed in https://github.com/open-telemetry/opentelemetry-python/issues/3714 and references to [test] packages should be removed from the eachdist script as well.

pmcollins commented 1 month ago

Worth mentioning that eachdist might be superseded by a move to nox (#3891) or removed altogether (#1462).

soumyadeepm04 commented 1 month ago

Hello, I am a new contributor to OpenTelemetry. If this issue has not been assigned yet could I have a go at it?

pmcollins commented 1 month ago

Please feel free. The contributing guide is here. If you are making progress towards submitting a PR, please report back and we can assign it to you as well.

soumyadeepm04 commented 1 month ago

Thanks for showing the contributor guide, I have made progress and am ready to submit a first draft of my PR.