test: liquidsoap package from ppa is version 1.4.2 (#2223)
The PPA was previously not properly installed in the dev container.
This commit is contained in:
parent
5817750b62
commit
499f4d37ed
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ def test_parse_liquidsoap_version(version, expected):
|
|||
@pytest.mark.skipif(getenv("CI") != "true", reason="requires liquidsoap")
|
||||
def test_get_liquidsoap_version():
|
||||
LIQUIDSOAP_VERSION_MAP = {
|
||||
"focal": (1, 4, 1),
|
||||
"focal": (1, 4, 2),
|
||||
"bullseye": (1, 4, 3),
|
||||
"jammy": (2, 0, 2),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue