Source: pypandoc Version: 1.13+ds0-1 Severity: serious User: debian-pyt...@lists.debian.org Usertags: python3.13
Hi Maintainer The autopkgtests of this package fail with Python 3.13 [1]. I've copied what I hope is the relevant part of the log below. Regards Graham [1] https://ci.debian.net/packages/p/pypandoc/testing/amd64/ 79s =================================== FAILURES =================================== 79s ______ TestPypandoc.test_basic_conversion_from_file_pattern_pathlib_glob _______ 79s 79s self = <tests.TestPypandoc testMethod=test_basic_conversion_from_file_pattern_pathlib_glob> 79s 79s def test_basic_conversion_from_file_pattern_pathlib_glob(self): 79s received_from_str_filename_input = pypandoc.convert_file("./*.md", 'html').lower() 79s > received_from_path_filename_input = pypandoc.convert_file(Path(".").glob("*.md"), 'html').lower() 79s 79s tests.py:651: