python313Packages.myst-docutils: disable failing tests (#388029)

This commit is contained in:
Fabian Affolter
2025-03-07 23:33:42 +01:00
committed by GitHub
@@ -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";