-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
False
-
-
False
-
-
[3991063475] Upstream Reporter: smoparth
Upstream issue status: Closed
Upstream description:
This test runs against both Python and CUDA images. When a *new Python version* is added (e.g. 3.13 via generate-containerfile.sh python 3.13 or update-default-python-version.sh), this test will fail for the new image. The update-default-python-version.sh script does not update this test either ? it only touches ci.yml, pyproject.toml, tox.ini, and renovate.json.
Proposed Fix
Read the expected version from the com.opendatahub.python label (which acts as source of truth and its updated by build-args file which are indeed updated whenever needed) already set on both images. This makes the test self-contained, no env var needed, no hardcoded string to keep in sync manually.
- links to