Actions
action #178603
closed[BCI] test fails in bci_test_podman: python 3.11 container, on python 3.13 host system
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Bugs in existing tests
Target version:
-
Start date:
2025-03-10
Due date:
% Done:
0%
Estimated time:
Difficulty:
Tags:
Description
Observation¶
I'm not sure I got all the things right, but from what it looks:
- openSUSE Tumbleweed has moved to Python 3.13 as primary python interpreter (i.e /sr/bin/python3 is version 3.13)
- The system installs the python 3.11 container
- The test tries to interact with the command 'python 3' (like python3 --version); as this is the 3.11 container, the python3 symlink does not exist, resulting in a command not found
openQA test in scenario opensuse-Tumbleweed-BCI-x86_64-bci_python_3.11_podman@64bit fails in
bci_test_podman
Test suite description¶
The base test suite is used for job templates defined in YAML documents. It has no settings of its own.
Reproducible¶
Fails since (at least) Build 20250308
Expected result¶
Last good: 20250307 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by rbranco about 1 month ago
- Status changed from New to Resolved
Updated by ph03nix about 1 month ago
Looks like it's fixed: https://openqa.opensuse.org/tests/4919957
Updated by ph03nix about 1 month ago
- Tags changed from qac, containers to bci
- Subject changed from test fails in bci_test_podman: python 3.11 container, on python 3.13 host system to [BCI] test fails in bci_test_podman: python 3.11 container, on python 3.13 host system
Actions