open-telemetry / open-telemetry/opentelemetry-python

Create requirements file for eachdist.py dependencies like toml

Open
#4,277 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

build & infra dependencies
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.