Skip to content
Snippets Groups Projects

Drop unneeded dependencies

Merged Walter Lozano requested to merge wip/wlozano/drop-deps into apertis/v2025dev2
  1. Apr 22, 2024
    • Walter Lozano's avatar
      Drop unneeded dependencies · 3a2245ca
      Walter Lozano authored and Dylan Aïssi's avatar Dylan Aïssi committed
      
      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: default avatarWalter Lozano <walter.lozano@collabora.com>
      3a2245ca
Loading