GNU bug report logs -
#53552
[PATCH] gnu: python-uvloop: Skip failing test on PowerPC.
Previous Next
To reply to this bug, email your comments to 53552 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#53552
; Package
guix-patches
.
(Wed, 26 Jan 2022 17:49:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Lars-Dominik Braun <lars <at> 6xq.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 26 Jan 2022 17:49:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-web.scm (python-uvloop)[arguments]: Conditionally
skip test on target-powerpc?.
---
gnu/packages/python-web.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Hi,
can someone using a PowerPC machine please verify this fixes the build
failure here: https://ci.guix.gnu.org/build/424653/details
Thanks,
Lars
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 406c6cb51b..1c90fde331 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4644,7 +4644,11 @@ (define-public python-uvloop
;; It looks like pytest is preventing
;; custom stdout/stderr redirection,
;; even with -s.
- "and not test_process_streams_redirect "))))))))
+ "and not test_process_streams_redirect "
+ ;; Fails for unknown reasons.
+ (if target-powerpc?
+ "and not test_write_buffer_full "
+ "")))))))))
(native-inputs
(list python-aiohttp
python-cython
--
2.34.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#53552
; Package
guix-patches
.
(Wed, 30 Apr 2025 17:59:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 53552 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Better late than never ;-)
After 3y... There is no PowerPC build at all in the latest scheduled
ones
https://ci.guix.gnu.org/search?query=python-uvloop-0.21.0%20spec:master
Let's close?
VCS: https://github.incerto.xyz/; https://git.sr.ht/~hellseher/
GPG: 9847 81DE 689C 21C2 6418 0867 76D7 27BF F62C D2B5
… наш разум - превосходная объяснительная машина которая способна найти
смысл почти в чем угодно, истолковать любой феномен, но совершенно не в
состоянии принять мысль о непредсказуемости.
[Message part 2 (text/html, inline)]
This bug report was last modified 42 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.