Follows Astral's recommended pattern for installing uv in Docker by copying the statically-compiled binary directly from the official image rather than installing via pip.#2880
Merged
jmthomas merged 7 commits intoMar 5, 2026
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2880 +/- ##
==========================================
+ Coverage 78.24% 78.26% +0.02%
==========================================
Files 673 673
Lines 55204 55204
Branches 728 728
==========================================
+ Hits 43196 43208 +12
+ Misses 11930 11918 -12
Partials 78 78
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ryanmelt
requested changes
Feb 25, 2026
ryanmelt
requested changes
Feb 26, 2026
…own-recommended-pattern-for-installing-uv
* Removed redis warnings in unit tests * Combined a couple RUN commands together in UBI Dockerfile * Raising AttributeError instead of Exception in suite_runner.py to try and be a bit more precise on the exception, added a few unit tests for this case.
ryanmelt
requested changes
Mar 4, 2026
…own-recommended-pattern-for-installing-uv
|
jmthomas
approved these changes
Mar 4, 2026
ryanmelt
approved these changes
Mar 4, 2026
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.



Changes
openc3-ruby/Dockerfile:Combine separate
RUNcommands (sed/cpfor .gemrc,addgroup/adduser) to reduce image layersscripts/linux/openc3_build_ubi.sh: Accept arbitrary--build-argand other docker build flags as pass-through arguments; add--help, selective image building, build time summary report, and registry login handling.github/workflows/python_unit_tests.yml: Pin uv version to0.10.4, usesetup-uvto handle Python installation (removes separate step), adduv cache prune --cipost-step.github/dependabot.yml: Adduvecosystem entry to keepuv.lockdependencies updated automaticallyopenc3/python/openc3/script/suite_runner.py: Replace genericExceptionwithAttributeErrorin three missing-method raises (SonarQube S112)openc3/python/test/script/test_suite_runner.py: Add tests covering theAttributeErrorpaths for missing script, setup, and teardown methodsopenc3/python/test/api/test_cmd_api.py:Fix bad from packets.packet import Packetimport (should beopenc3.packets.packet); add missingcmd_no_range_check,cmd_raw,cmd_no_checks,cmd_raw_no_range_check,cmd_raw_no_hazardous_check,cmd_raw_no_checksimports that were omitted when the file was converted from wildcard importsopenc3/python/pyproject.toml: Fixfilterwarningsfor valkey/redisget_connectionDeprecationWarning— the warning'sstacklevel=5causes pytest to attribute it to our code rather than the upstream library, so the module qualifier is dropped from the filterNotes
uv.lockbut not the binary version itself