From 561ba7fbf0b627f5078f0a9631e0d06f26369820 Mon Sep 17 00:00:00 2001 From: jo Date: Sat, 9 Apr 2022 18:08:18 +0200 Subject: [PATCH] test(analyzer): recent liquidsoap version do not fail playability check --- analyzer/tests/pipeline/analyze_playability_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/analyzer/tests/pipeline/analyze_playability_test.py b/analyzer/tests/pipeline/analyze_playability_test.py index 52642af07..e03ee5845 100644 --- a/analyzer/tests/pipeline/analyze_playability_test.py +++ b/analyzer/tests/pipeline/analyze_playability_test.py @@ -33,8 +33,8 @@ def test_analyze_playability_invalid_filepath(): def test_analyze_playability_invalid_wma(): - # Liquisoap does not fail with wma files on buster, bullseye, focal - if distro.codename() in ("buster", "bullseye", "focal"): + # Liquisoap does not fail with wma files on buster, bullseye, focal, jammy + if distro.codename() in ("buster", "bullseye", "focal", "jammy"): return with pytest.raises(UnplayableFileError):