Drop unneeded dependencies
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.
Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
parent
750f13bf
No related branches found
No related tags found
Please register or sign in to comment