~ruther/guix-local

02d45b04fa3ee9e4a6822ee222976a498ef2873d — Efraim Flashner 1 year, 4 months ago af70672
gnu: python-uvicorn: Skip another test on riscv64-linux.

* gnu/packages/python-web.scm (python-uvicorn)[arguments]: When building
for riscv64-linux skip another test.

Change-Id: I470b45ae3dc80324aa1cd7f1fe37dce8b690be68
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +2 -1
@@ 7490,7 7490,8 @@ and fairly speedy.")
              "--ignore=tests/supervisors/test_multiprocess.py"

              #$@(cond
                  ((target-aarch64?)
                  ((or (target-aarch64?)
                       (target-riscv64?))
                   '("-k not test_send_binary_data_to_server_bigger_than_default_on_websockets"))
                  (#t '())))))
    (native-inputs