python313Packages.types-lxml: disable failing tests

This commit is contained in:
Fabian Affolter
2025-09-27 09:53:36 +02:00
parent ff26a3b557
commit 7c860e2ad7
@@ -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; {