-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
C: testsTesting and related thingsTesting and related things
Description
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
Labels
C: testsTesting and related thingsTesting and related things