python313Packages.sentry-sdk_1: disable tests
These fail in various ways and yet home-assistant makes use of the library..
This commit is contained in:
@@ -102,7 +102,7 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
doCheck = !stdenv.hostPlatform.isDarwin;
|
||||
doCheck = pythonOlder "3.13" && !stdenv.hostPlatform.isDarwin;
|
||||
|
||||
disabledTests = [
|
||||
# Issue with the asseration
|
||||
|
||||
Reference in New Issue
Block a user