Skip to content

Tests fail on Github's CI Ubuntu 24.04 workers #13568

@notatallshaw

Description

@notatallshaw

See #13152 and #13556.

When switching from ubuntu-22.04 to ubuntu-24.04 or ubuntu-latest GitHub CI workers, the following tests fail:

FAILED tests/functional/test_pep668.py::test_fails[install] - AssertionError: Script passed unexpectedly:
Script result: python -m pip install pip
FAILED tests/functional/test_pep668.py::test_fails[install-user] - AssertionError: Script passed unexpectedly:
Script result: python -m pip install --user pip
FAILED tests/functional/test_pep668.py::test_fails[install-dry-run] - AssertionError: Script passed unexpectedly:
Script result: python -m pip install --dry-run pip
FAILED tests/functional/test_pep668.py::test_fails[uninstall] - AssertionError: Script passed unexpectedly:
Script result: python -m pip uninstall -y pip
FAILED tests/functional/test_vcs_bazaar.py::test_ensure_bzr_available - subprocess.CalledProcessError: Command '('bzr', 'version', '--short')' returned non-zero exit status 1.

I cannot reproduce locally (on Ubuntu 24.04) and I've not had time to do further debugging and the errors are well outside by wheel house.

So if someone else wants to take a look, I will be willing to review solving some but not all of them (perhaps enable the CI for ubuntu-latest as a separate job and then remove latest before merging).

Otherwise I will eventually go back to debugging them,

Metadata

Metadata

Assignees

No one assigned

    Labels

    C: testsTesting and related things

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions