diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 53547fed846..ad02690b8de 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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 |
