[Git][reproducible-builds/diffoscope][master] Mark that our identification test for .ppu files requires ppudump >= 3.2.0. (Re: Debian:#968124)
Chris Lamb
gitlab at salsa.debian.org
Wed Aug 12 13:59:47 UTC 2020
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
65dde927 by Chris Lamb at 2020-08-12T14:58:37+01:00
Mark that our identification test for .ppu files requires ppudump >= 3.2.0. (Re: Debian:#968124)
Gbp-Dch: ignore
- - - - -
1 changed file:
- tests/comparators/test_ppu.py
Changes:
=====================================
tests/comparators/test_ppu.py
=====================================
@@ -46,7 +46,7 @@ def ppudump_version():
return out.decode("utf-8").splitlines()[0].split()[2].strip()
- at skip_unless_tools_exist("ppudump")
+ at skip_unless_tool_is_at_least("ppudump", ppudump_version, "3.2.0")
def test_identification(file1):
assert isinstance(file1, PpuFile)
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/65dde927fde121644858d4788e089d7637ee96d2
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/65dde927fde121644858d4788e089d7637ee96d2
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20200812/f0e91434/attachment.htm>
More information about the rb-commits
mailing list