From 27d23c11f83bb552536ebc3fe7daa7b2c53aaf80 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 28 May 2025 22:45:56 +0200 Subject: [PATCH] python313Packages.elastic-apm: disable failing test --- pkgs/development/python-modules/elastic-apm/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/elastic-apm/default.nix b/pkgs/development/python-modules/elastic-apm/default.nix index 0146091c8ea6..d94312c9b11a 100644 --- a/pkgs/development/python-modules/elastic-apm/default.nix +++ b/pkgs/development/python-modules/elastic-apm/default.nix @@ -86,7 +86,10 @@ buildPythonPackage rec { webob ]; - disabledTests = [ "elasticapm_client" ]; + disabledTests = [ + "elasticapm_client" + "test_get_name_from_func_partialmethod_unbound" + ]; disabledTestPaths = [