GNU bug report logs -
#76835
[PATCH python-team 00/15] Some further python fixes
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Fri, 7 Mar 2025 18:51:02 UTC
Severity: normal
Tags: patch
Done: Steve George <steve <at> futurile.net>
Bug is archived. No further changes may be made.
Full log
Message #131 received at 76835 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-web.scm (python-h2)[arguments]{test-flags}:
Fix quoting.
---
gnu/packages/python-web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 4765ab2358..2438fba134 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2483,9 +2483,9 @@ (define-public python-h2
(string-join
(list "not test_remotesettingschanged_repr"
;; This test exceededs the Hypothesis deadline.
- ,@(if (target-riscv64?)
- `("test_changing_max_frame_size")
- '())
+ #$@(if (target-riscv64?)
+ #~("test_changing_max_frame_size")
+ #~())
"test_streamreset_repr"
"test_settingsacknowledged_repr"
"test_connectionterminated_repr[None-None]"
--
2.48.1
This bug report was last modified 88 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.