diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 599918a054d..5ef7972365f 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2486,9 +2486,9 @@ and that could be anything you want.") (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]" |
