Skip to content

Commit

Permalink
python311Packages.sentry-sdk: 1.39.0 -> 1.39.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 13, 2024
1 parent 9b19f5e commit 6e3e140
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/python-modules/sentry-sdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

buildPythonPackage rec {
pname = "sentry-sdk";
version = "1.39.0";
version = "1.39.2";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -46,7 +46,7 @@ buildPythonPackage rec {
owner = "getsentry";
repo = "sentry-python";
rev = "refs/tags/${version}";
hash = "sha256-tYfnQ6L91KrRCR32dgzcDtA7eO+LHRAHBklxU8cXkK8=";
hash = "sha256-MC+9w53fsC5XB7CR9SS+z4bu2GgxkqdeYWERhk8lhcA=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -133,11 +133,12 @@ buildPythonPackage rec {
disabledTests = [
# Issue with the asseration
"test_auto_enabling_integrations_catches_import_error"
"test_default_release"
];

disabledTestPaths = [
# Varius integration tests fail every once in a while when we
# upgrade depencies, so don't bother testing them.
# upgrade dependencies, so don't bother testing them.
"tests/integrations/"
] ++ lib.optionals (stdenv.buildPlatform != "x86_64-linux") [
# test crashes on aarch64
Expand Down

0 comments on commit 6e3e140

Please sign in to comment.