Skip to content
Snippets Groups Projects
Commit 65dde927 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Mark that our identification test for .ppu files requires ppudump >= 3.2.0. (Re: Debian:#968124)

Gbp-Dch: ignore
parent a764a09b
No related branches found
No related tags found
No related merge requests found
Pipeline #164461 failed
......@@ -46,7 +46,7 @@ def ppudump_version():
return out.decode("utf-8").splitlines()[0].split()[2].strip()
@skip_unless_tools_exist("ppudump")
@skip_unless_tool_is_at_least("ppudump", ppudump_version, "3.2.0")
def test_identification(file1):
assert isinstance(file1, PpuFile)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment