Package: python-debian Version: 0.1.27 When running tests with gnupg-2.1.3 installed, I get several failures.
Tests were run with python-2.7.9 and python-3.4.3 on Gentoo Linux. I am a maintainer of this package for Gentoo. ....................F........F......F..................FFFF... ====================================================================== FAIL: test_gpg_info (__main__.TestDeb822) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_deb822.py", line 432, in test_gpg_info self.assertEqual(set(result.keys()), set(valid.keys())) AssertionError: Items in the first set but not the second: 'NEWSI' ====================================================================== FAIL: test_iter_paragraphs_comments_use_apt_pkg (__main__.TestDeb822) apt_pkg does not support comments within multiline fields ---------------------------------------------------------------------- Traceback (most recent call last): File "test_deb822.py", line 923, in test_iter_paragraphs_comments_use_apt_pkg self.assertEqual(paragraphs[0]['Build-Depends'], 'debhelper,') AssertionError: 'debhelper,\n python' != 'debhelper,' - debhelper, ? - + debhelper,- python ====================================================================== FAIL: test_iter_paragraphs_with_extra_whitespace (__main__.TestDeb822) Paragraphs not elided when stray whitespace is between ---------------------------------------------------------------------- Traceback (most recent call last): File "test_deb822.py", line 508, in test_iter_paragraphs_with_extra_whitespace "Wrong number paragraphs were found in file: 1 != %d" % count) AssertionError: 2 != 1 : Wrong number paragraphs were found in file: 1 != 2 ====================================================================== FAIL: test_from_file (__main__.TestGpgInfo) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_deb822.py", line 1251, in test_from_file self._validate_gpg_info(gpg_info) File "test_deb822.py", line 1209, in _validate_gpg_info self.assertEqual(set(gpg_info.keys()), set(self.valid.keys())) AssertionError: Items in the first set but not the second: 'NEWSI' ====================================================================== FAIL: test_from_sequence_newline_terminated (__main__.TestGpgInfo) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_deb822.py", line 1227, in test_from_sequence_newline_terminated self._validate_gpg_info(gpg_info) File "test_deb822.py", line 1209, in _validate_gpg_info self.assertEqual(set(gpg_info.keys()), set(self.valid.keys())) AssertionError: Items in the first set but not the second: 'NEWSI' ====================================================================== FAIL: test_from_sequence_no_newlines (__main__.TestGpgInfo) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_deb822.py", line 1235, in test_from_sequence_no_newlines self._validate_gpg_info(gpg_info) File "test_deb822.py", line 1209, in _validate_gpg_info self.assertEqual(set(gpg_info.keys()), set(self.valid.keys())) AssertionError: Items in the first set but not the second: 'NEWSI' ====================================================================== FAIL: test_from_sequence_string (__main__.TestGpgInfo) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_deb822.py", line 1219, in test_from_sequence_string self._validate_gpg_info(gpg_info) File "test_deb822.py", line 1209, in _validate_gpg_info self.assertEqual(set(gpg_info.keys()), set(self.valid.keys())) AssertionError: Items in the first set but not the second: 'NEWSI' ---------------------------------------------------------------------- Ran 62 tests in 0.176s FAILED (failures=7) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org