From: Guenter M. <mi...@us...> - 2022-11-28 13:44:16
|
On 2022-11-22, Guenter Milde via Docutils-develop wrote: > trying the test suite on an installation without recommonmark, I stumbled > about a new problem: > Traceback (most recent call last): > File "/usr/local/src/docutils-git-svn/docutils/test/test_parsers/test_recommonmark/__init__.py", line 14, in <module> > import recommonmark > ModuleNotFoundError: No module named 'recommonmark' > During handling of the above exception, another exception occurred: > Traceback (most recent call last): > […] > File "/usr/local/src/docutils-git-svn/docutils/test/test_parsers/test_recommonmark/__init__.py", line 17, in <module> > raise unittest.SkipTest(f'Cannot test "{md_parser}". ' > unittest.case.SkipTest: Cannot test "recommonmark". Parser not found. > It seems raising SkipTest is only applicable for test run through the > unittest framework (where I am not sure all test run). Fixed in r9264. |