open-telemetry / open-telemetry/opentelemetry-python
Create requirements file for eachdist.py dependencies like toml
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.6k
- Forks
- 1k
- Avg merge
- 4d 15h
- Merged PRs (30d)
- 19
Description
Right now we just install without any specific version during the release.yml flow https://github.com/open-telemetry/opentelemetry-python/blob/a1191854ca69a8111e0d7b303b2c2c49245b83f8/.github/workflows/release.yml#L17-L18
I also suggested possibly adding a tox target for running this script i.e. tox -e eachdist so that tox can manage creating an isolated virtualenv, which is also nice for local development using eachdist.py.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the referenced .github/workflows/release.yml lines and locate eachdist.py, then inspect how its toml dependency is installed. Define the requirements file and determine whether a tox -e eachdist target belongs in the existing tox configuration; done means the release flow uses the managed dependency setup and the script can be run in an isolated environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- build-system, ci-cd, release
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100