chore: update tools packages test

This commit is contained in:
jo 2022-07-06 15:21:18 +02:00 committed by Kyle Robbertze
parent b66f9e4722
commit 7002da8347
1 changed files with 3 additions and 3 deletions

View File

@ -9,15 +9,15 @@ postgresql = buster, focal
curl = buster, bionic curl = buster, bionic
[legacy] [legacy]
apache2 = bionic, focal some-package = bionic, focal
[=development] [=development]
ffmpeg = buster, bionic, focal ffmpeg = buster, bionic, focal
""" """
result_buster = {"curl", "postgresql"} result_buster = {"curl", "postgresql"}
result_bionic = {"apache2", "curl", "ffmpeg"} result_bionic = {"some-package", "curl", "ffmpeg"}
result_focal = {"postgresql", "apache2", "ffmpeg"} result_focal = {"postgresql", "some-package", "ffmpeg"}
result_exclude = {"postgresql", "ffmpeg"} result_exclude = {"postgresql", "ffmpeg"}