test: Add test for app version in container#1561
Open
tpoliaw wants to merge 2 commits into
Open
Conversation
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.
Contributor
Author
|
From previous PR #1528 (comment)
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1561 +/- ##
=======================================
Coverage 95.86% 95.86%
=======================================
Files 44 44
Lines 3292 3292
=======================================
Hits 3156 3156
Misses 136 136 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
abbiemery
previously approved these changes
Jun 24, 2026
This still doesn't work. See https://github.com/DiamondLightSource/blueapi/actions/runs/26516410593/job/78095335137
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ensure that the version number of the app in the container matches the version we expect.