Skip to content

fix: Install debugpy in container instead of adding it#1528

Open
tpoliaw wants to merge 1 commit intomainfrom
container-version
Open

fix: Install debugpy in container instead of adding it#1528
tpoliaw wants to merge 1 commit intomainfrom
container-version

Conversation

@tpoliaw
Copy link
Copy Markdown
Contributor

@tpoliaw tpoliaw commented Apr 29, 2026

Running uv add debugpy in the container modifies pyproject.toml and
uv.lock so git describe reports local changes in the repo and appends
a dev0+g<commit>.d<date> suffix to the version used for the blueapi in
the container

Using uv pip install debugpy makes it available in the environment
without modifying any tracked files.

This has to be run after the uv sync to stop it being removed again.

Running `uv add debugpy` in the container modifies pyproject.toml and
uv.lock so `git describe` reports local changes in the repo and appends
a `dev0+g<commit>.d<date>` suffix to the version used for the blueapi in
the container

Using `uv pip install debugpy` makes it available in the environment
without modifying any tracked files.

This has to be run after the `uv sync` to stop it being removed again.
@tpoliaw tpoliaw requested a review from a team as a code owner April 29, 2026 14:52
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.30%. Comparing base (8820bbe) to head (7631aee).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1528   +/-   ##
=======================================
  Coverage   95.30%   95.30%           
=======================================
  Files          43       43           
  Lines        3198     3198           
=======================================
  Hits         3048     3048           
  Misses        150      150           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tpoliaw tpoliaw linked an issue Apr 29, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect version reported by blueapi running from container

1 participant