Skip to content

Drop unneeded dependencies

Walter Lozano requested to merge wip/wlozano/drop-deps into apertis/v2025dev2

There are several tests that installation additional packages to run tests, even if this is a bad practice, and additionally requires extra space in the root partition.

A proper fix is to rewrite the test in its own repo to only hold the important information and binaries to run the test, but this approach requires much time. In the meantime, at least remove unneeded dependencies to save space which is quite limited. Also, the lack of this space in some cases can make tests to fail, as it is not possible to install the dependencies.

infrastructure/apertis-issues#546

Signed-off-by: Walter Lozano walter.lozano@collabora.com

Merge request reports