Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android check python version #460

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 21, 2023

  1. automated: lib: sh-test-lib: check python version

    Add a generic way to check python version if a specific minimum version
    is needed.
    
    Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
    roxell committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4a6683a View commit details
    Browse the repository at this point in the history
  2. android: apk-automation: don't hardcode python version

    Don't hardcode installing python3.9, because the call trace says
    >=python3.9, so later versions works too.
    Add a check that error's out if the installed python version isn't
    >=3.9.
    
    Fixes: 7220645 ("apk-automation: install and use python3.9")
    Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
    roxell committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a613d1c View commit details
    Browse the repository at this point in the history
  3. android: noninteractive-tradefed: readd install_deps

    Readd install_deps so the test can install the correct dependencies
    without having to find them.
    Add a python version check that errors out if the python version isn't
    >=3.8.
    
    Fixes: 2caa92b ("noninteractive-tradefed: change to work with python3")
    Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
    roxell committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7154752 View commit details
    Browse the repository at this point in the history