Skip to content
  • Oliver Smith's avatar
    CI: drop support for cached venv + ci runner (MR 2080) · d38bd6be
    Oliver Smith authored
    CI started failing with:
    /builds/ollieparanoid/pmbootstrap/venv/bin/python3: No module named pytest
    
    I've briefly tried to fix this with the existing scripts. However,
    instead of investing more time into that, do the long overdue
    refactoring of the scripts that involve dropping the venv logic and
    support for a custon gitlab-ci-runner using some python docker image as
    base. This configuration hasn't been used for a long time and is
    probably broken anyway.
    
    Refactor the logic to skip the qemu test case in gitlab CI by using
    pytest markers. The new script is now similar to bpo's .ci/pytest.py.
    d38bd6be