Skip to content

Commit

Permalink
tests: add jammy packages to stage package apt cache (#494) (#512) (#520
Browse files Browse the repository at this point in the history
)

New packages are marked for installation on Jammy - see #495

Signed-off-by: Callahan Kovacs <[email protected]>
(cherry picked from commit dcdab59)
  • Loading branch information
lengau authored Aug 15, 2023
1 parent cf61a4f commit 2d270ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit/packages/test_apt_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ def test_stage_packages(self, tmpdir):
"pci.ids",
"perl-base",
"tar",
# dependencies in jammy
"gcc-13-base",
"libgcc-s1",
}

cache.mark_packages(package_names)
Expand Down

0 comments on commit 2d270ec

Please sign in to comment.