Skip to content

Conversation

@kr-t
Copy link
Collaborator

@kr-t kr-t commented Jan 19, 2026

Description

Python as an app is obsolete on some systems, and where isn't, often just linked to python3 anyway. use python3, instead of python in system tests.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Local test check, CI

Test Configuration (required):

  • Host OS type, version, and arch: Ubuntu 24.04 (WSL2)
  • Developer Board make & model: X86_64

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

python as an app is obsolete on some systems, and where isn't, often just linked to python3 anyway.
use python3, instead of python in system tests.

Signed-off-by: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com>
@kr-t kr-t requested a review from srberard as a code owner January 19, 2026 09:46
@kr-t kr-t requested review from ArturSir, SorinOlari, casaroli and srberard and removed request for srberard January 19, 2026 09:46
@kr-t kr-t linked an issue Jan 19, 2026 that may be closed by this pull request
@kr-t kr-t merged commit f18e6b3 into main Jan 19, 2026
16 checks passed
@kr-t kr-t deleted the bugs/fix-tests-python branch January 19, 2026 11:02
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.

Tests are failing on systems with python3, but without the python

3 participants