python313Packages.beautifulsoup4: disable failing tests (#412660)

This commit is contained in:
Martin Weinelt
2025-05-31 16:36:59 +02:00
committed by GitHub
@@ -68,6 +68,14 @@ buildPythonPackage rec {
pytestCheckHook
] ++ lib.flatten (lib.attrValues optional-dependencies);
disabledTests = [
# these tests fail with libxml 2.14.3
# https://bugs.launchpad.net/beautifulsoup/+bug/2112242
"test_real_xhtml_document"
"test_processing_instruction"
"test_out_of_range_entity"
];
pythonImportsCheck = [ "bs4" ];
passthru.tests = {