From 7c860e2ad74cdfdee63d694e10915011a9b8261b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 27 Sep 2025 09:53:36 +0200 Subject: [PATCH] python313Packages.types-lxml: disable failing tests --- pkgs/development/python-modules/types-lxml/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/types-lxml/default.nix b/pkgs/development/python-modules/types-lxml/default.nix index 02e93cd4cd46..dc497d82fe53 100644 --- a/pkgs/development/python-modules/types-lxml/default.nix +++ b/pkgs/development/python-modules/types-lxml/default.nix @@ -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; {