From 730548b89160ec39e54e7b52364820a78cad7c7c Mon Sep 17 00:00:00 2001 From: Jonas L Date: Wed, 12 Oct 2022 16:16:47 +0200 Subject: [PATCH] test: liquidsoap package from ppa is version 1.4.2 (#2233) The PPA was previously not properly installed in the dev container. Partial cherry-pick from 499f4d37edf46ff408e4cf23eda35b331821ab96 --- playout/tests/liquidsoap/version_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playout/tests/liquidsoap/version_test.py b/playout/tests/liquidsoap/version_test.py index 03718214a..d33973627 100644 --- a/playout/tests/liquidsoap/version_test.py +++ b/playout/tests/liquidsoap/version_test.py @@ -30,7 +30,7 @@ def test_get_liquidsoap_version(): LIQUIDSOAP_VERSION_MAP = { "bionic": (1, 1, 1), "buster": (1, 3, 3), - "focal": (1, 4, 1), + "focal": (1, 4, 2), "bullseye": (1, 4, 3), "jammy": (2, 0, 2), }