parent
d29d837d01
commit
5eda6093f4
16 changed files with 37 additions and 72 deletions
|
@ -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, jammy
|
||||
if distro.codename() in ("buster", "bullseye", "focal", "jammy"):
|
||||
# Liquisoap does not fail with wma files on bullseye, focal, jammy
|
||||
if distro.codename() in ("bullseye", "focal", "jammy"):
|
||||
return
|
||||
|
||||
with pytest.raises(UnplayableFileError):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue