python313Packages.types-lxml: disable failing tests (#446570)

This commit is contained in:
Fabian Affolter
2025-09-27 15:50:39 +00:00
committed by GitHub
@@ -73,6 +73,11 @@ buildPythonPackage rec {
disabledTests = [
"test_single_ns_all_tag_2"
"test_default_ns"
# Tests require network access
"TestRelaxNGInput"
"TestXmldtdid"
"TestIddict"
"TestParseid"
];
meta = with lib; {