Hi,

CCing bug #1088768 since the description fits despite the bug itself is
different - not sure whether reopen or new bug is the better option.

It turns out that in debci there is a remaining test suite issue[1]:

 58s tests.py ...F....s..............s.................                       
[100%]
 58s 
 58s =================================== FAILURES 
===================================
 58s ______ TestPypandoc.test_basic_conversion_from_file_pattern_pathlib_glob 
_______
 58s 
 58s self = <tests.TestPypandoc 
testMethod=test_basic_conversion_from_file_pattern_pathlib_glob>
 58s 
 58s     def test_basic_conversion_from_file_pattern_pathlib_glob(self):
 58s         received_from_str_filename_input = pypandoc.convert_file("./*.md", 
'html').lower()
 58s >       received_from_path_filename_input = 
pypandoc.convert_file(Path(".").glob("*.md"), 'html').lower()
 58s 
 58s tests.py:651: 
...
 58s         if not _identify_path(discovered_source_files):
 58s >           raise RuntimeError("source_file is not a valid path")
 58s E           RuntimeError: source_file is not a valid path
 58s 
 58s pypandoc/__init__.py:195: RuntimeError


Please note: I can't reproduce this locally so it might be that this
is some problem specific for debci.

Kind regards
    Andreas.


[1] https://ci.debian.net/packages/p/pypandoc/unstable/amd64/54677132/

-- 
https://fam-tille.de

Reply via email to