Bug#969753: diffoscope: autopkgtest failures

2020-09-08 Thread Chris Lamb
Hi Gianfranco, > Hello, autopkgtests looks sad, pytest-with-recommends works, while > pytest doesn't, because of missing pgpdump > > I did add some @skip_unless_tools_exist("pgpdump") around the failing > tests (attached the diff), however I don't know > if this is the right solution, or

Bug#969753: diffoscope: autopkgtest failures

2020-09-07 Thread Gianfranco Costamagna
Hello, another additional diff: --- diffoscope-159ubuntu1/tests/comparators/test_directory.py 2020-09-04 12:12:52.0 +0200 +++ diffoscope-159ubuntu2/tests/comparators/test_directory.py 2020-09-07 20:46:23.0 +0200 @@ -33,6 +33,7 @@ TEST_FILE2_PATH = data("text_ascii2")

Bug#969753: diffoscope: autopkgtest failures

2020-09-07 Thread Gianfranco Costamagna
Source: diffoscope Version: 159 Severity: serious Hello, autopkgtests looks sad, pytest-with-recommends works, while pytest doesn't, because of missing pgpdump I did add some @skip_unless_tools_exist("pgpdump") around the failing tests (attached the diff), however I don't know if this is the