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

Changed files
+5
pkgs
development
python-modules
types-lxml
+5
pkgs/development/python-modules/types-lxml/default.nix
···
disabledTests = [
"test_single_ns_all_tag_2"
"test_default_ns"
+
# Tests require network access
+
"TestRelaxNGInput"
+
"TestXmldtdid"
+
"TestIddict"
+
"TestParseid"
];
meta = with lib; {