~ruther/guix-local

fcc266cf251b81ea8865d99b49069d060719423b — Nicolas Graves 1 year, 3 months ago 24ad03d
gnu: python-h2: Fix test-flags.

* gnu/packages/python-web.scm (python-h2)[arguments]{test-flags}:
Fix quoting.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +3 -3
@@ 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]"