From f4873e6f830dbf93c3e86301bf480111e881ab65 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 4 Jan 2025 00:52:40 +0100 Subject: [PATCH] python313Packages.sentry-sdk_1: disable tests These fail in various ways and yet home-assistant makes use of the library.. --- pkgs/development/python-modules/sentry-sdk/1.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/sentry-sdk/1.nix b/pkgs/development/python-modules/sentry-sdk/1.nix index c09abf95944c..0141a90c8876 100644 --- a/pkgs/development/python-modules/sentry-sdk/1.nix +++ b/pkgs/development/python-modules/sentry-sdk/1.nix @@ -102,7 +102,7 @@ buildPythonPackage rec { pytestCheckHook ]; - doCheck = !stdenv.hostPlatform.isDarwin; + doCheck = pythonOlder "3.13" && !stdenv.hostPlatform.isDarwin; disabledTests = [ # Issue with the asseration