Unverified Commit 05180dae authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents fdb93432 7c860e2a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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; {