From 63482836e4f9cbca1a7e7f6bfad5d14b258280c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 21 Jan 2026 08:04:05 +0100 Subject: [PATCH] python3Packages.rdflib: disable a couple tests Upstream don't seem worried about these, and we don't even have a downstream maintainer. I'm not motivated to dig deep into this. Let's unblock packages depending on this. --- pkgs/development/python-modules/rdflib/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/rdflib/default.nix b/pkgs/development/python-modules/rdflib/default.nix index 217ef0030e2e..79b19a0ed0db 100644 --- a/pkgs/development/python-modules/rdflib/default.nix +++ b/pkgs/development/python-modules/rdflib/default.nix @@ -75,6 +75,10 @@ buildPythonPackage rec { "test_example" "test_guess_format_for_parse" "rdflib.extras.infixowl" + # Upstream don't seem worried about these two tests failing + # https://github.com/RDFLib/rdflib/issues/2649#issuecomment-2443482119 + "test_sparqleval" + "test_parser" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Require loopback network access