python3Packages.sentry-sdk: 1.5.4 -> 1.5.5

This commit is contained in:
Fabian Affolter
2022-02-14 10:57:52 +01:00
parent 879495ed00
commit 3aa8b1af45
@@ -40,14 +40,14 @@
buildPythonPackage rec {
pname = "sentry-sdk";
version = "1.5.4";
version = "1.5.5";
format = "setuptools";
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-python";
rev = version;
sha256 = "sha256-MZ1J2Stq+pRoeJ05hv8cSpxtaeRGaJEWAtidbr8YP88=";
sha256 = "sha256-hOWMrAFPwtURIngCN4vCxWrI6QZLOnakkNf+fZVyzzc=";
};
propagatedBuildInputs = [
@@ -107,8 +107,9 @@ buildPythonPackage rec {
"test_start_sentry_listener"
# Failing threading test
"test_circular_references"
# Failing wsgi test
# Failing wsgi tests
"test_session_mode_defaults_to_request_mode_in_wsgi_handler"
"test_auto_session_tracking_with_aggregates"
# Network requests to public web
"test_crumb_capture"
];