feat: add support for Ubuntu Focal 20.04 (#1168)
Co-authored-by: Valerio Bozzolan <gnu@linux.it>
This commit is contained in:
parent
3d20af5fae
commit
7182390000
11 changed files with 73 additions and 41 deletions
|
@ -30,8 +30,8 @@ def test_analyze_invalid_filepath():
|
|||
|
||||
|
||||
def test_analyze_invalid_wma():
|
||||
# Liquisoap does not fail with wma files on debian buster
|
||||
if "buster" == distro.codename():
|
||||
# Liquisoap does not fail with wma files on debian buster or Ubuntu Focal
|
||||
if distro.codename() in ("buster", "focal"):
|
||||
return
|
||||
|
||||
with pytest.raises(UnplayableFileError):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue