GNU bug report logs -
#51314
[PATCH 00/29] Add Octoprint (web UI for 3d printers).
Previous Next
Full log
Message #260 received at 51314 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-sentry-sdk): Update to 1.5.12.
[arguments]<#:phases>: In the custom 'check phase, remove a redundant test and
skip a new failing test.
---
gnu/packages/python-xyz.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fe1896efca..ab0a71f0a3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10979,7 +10979,7 @@ (define-public python-zipstream-new
(define-public python-sentry-sdk
(package
(name "python-sentry-sdk")
- (version "1.5.1")
+ (version "1.5.12")
(source
(origin
(method git-fetch) ; no tests in PyPI release
@@ -10988,7 +10988,7 @@ (define-public python-sentry-sdk
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "128bm136l5zprr3sqqb8j3d6k5i1fhz853mzvh3w8g0w1dw763mx"))))
+ (base32 "1lbykggyvxlpg4jx2rbnfdad94w8f9c2damz2pw9w6nszdchbkgh"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -11012,12 +11012,13 @@ (define-public python-sentry-sdk
" and not test_handled_exception"
;; Tests below require network.
" and not test_crumb_capture"
- " and not test_crumb_capture"
" and not test_crumb_capture_hint"
" and not test_httplib_misuse"
;; Fails with IndexError.
" and not test_session_mode_defaults_to"
- "_request_mode_in_wsgi_handler"))))))))
+ "_request_mode_in_wsgi_handler"
+ " and not test_auto_session_tracking_with"
+ "_aggregates"))))))))
(native-inputs
(list python-django
python-executing
--
2.34.1
This bug report was last modified 2 years and 170 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.