Source: metalfinder
Version: 2.1.6-2
Severity: serious
X-Debbugs-CC: po...@debian.org

Dear Maintainer,

The autopkgtests of this package fail after feedgenerator/2.2.0-1 was
uploaded to unstable [1]. I've copied what I hope is the relevant part
of the log below [1].

Regards,
Vincent

[1] https://ci.debian.net/packages/m/metalfinder/testing/amd64/64139033/

 22s =================================== FAILURES
===================================
 22s __________________________________ test_atom
___________________________________
 22s
 22s outdir = PosixPath('/tmp/pytest-of-debci/pytest-0/test_atom0/out')
 22s
 22s     def test_atom(outdir):
 22s         """Test function atom()"""
 22s         output = mfo.atom(CONCERT_LIST)
 22s         # We need to write to a file, since this object is a
 22s         # feedgenerator.django.utils.feedgenerator.Atom1Feed object
 22s         with open(str(outdir) + '.atom', 'w', encoding='utf-8') as final:
 22s             output.write(final, 'utf-8')
 22s         with open('tests/test_files/concerts.atom', 'r',
encoding='utf-8') as file1:
 22s             valid_atom = file1.read()
 22s             with open(str(outdir) + '.atom', 'r',
encoding='utf-8') as file2:
 22s                 testfile_atom = file2.read()
 22s >               assert valid_atom == testfile_atom
 22s E               assert '<?xml versio...entry></feed>' == '<?xml
versio...entry></feed>'
 22s E
 22s E                   <?xml version="1.0" encoding="utf-8"?>
 22s E                 - <feed xml:lang="en"
xmlns="http://www.w3.org/2005/Atom";><title>Metalfinder</title><link
href="https://gitlab.com/baldurmen/metalfinder";
rel="alternate"/><id>https://gitlab.com/baldurmen/metalfinder</id><updated>2022-06-06T20:05:13.366428Z</updated><subtitle>Feed
for your personalised concerts</subtitle><entry><title>Arch Enemy @
TheFooBar, Oslo on 2022-11-06 20:00</title><link
href="https://www.bandsintown.com/e/12345";
rel="alternate"/><published>2022-06-06T20:05:13.366428Z</published><updated>2022-06-06T20:05:13.366428Z</update...
 22s E
 22s E                 ...Full output truncated (4 lines hidden), use
'-vv' to show
 22s
 22s tests/test_output.py:57: AssertionError
 22s =========================== short test summary info
============================
 22s FAILED tests/test_output.py::test_atom - assert '<?xml
versio...entry></feed>...
 22s =================== 1 failed, 56 passed, 1 skipped in 0.28s
====================
 23s autopkgtest [01:08:37]: test unittests: -----------------------]

Reply via email to