python313Packages.types-lxml: disable failing tests (#446570)
Fabian Affolter 2 months ago 05180dae fdb93432
··· 73 73 disabledTests = [ 74 74 "test_single_ns_all_tag_2" 75 75 "test_default_ns" 76 76 + # Tests require network access 77 77 + "TestRelaxNGInput" 78 78 + "TestXmldtdid" 79 79 + "TestIddict" 80 80 + "TestParseid" 76 81 ]; 77 82 78 83 meta = with lib; {