python313Packages.myst-docutils: disable failing tests (#388029)
This commit is contained in:
@@ -71,6 +71,11 @@ buildPythonPackage rec {
|
||||
"test_extended_syntaxes"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# Assertion errors
|
||||
"tests/test_sphinx/"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Extended commonmark compliant parser, with bridges to docutils/sphinx";
|
||||
homepage = "https://github.com/executablebooks/MyST-Parser";
|
||||
|
||||
Reference in New Issue
Block a user