mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-uvicorn: Conditionally skip additional test.
This test fails on aarch64-linux. * gnu/packages/python-web.scm (python-uvicorn)[arguments]: Skip one additional test on aarch64-linux. Change-Id: Ic7b36e199242473957a8e0e71b8cb6d5d3d38045
This commit is contained in:
parent
e2bdba585a
commit
5a6f60ab45
1 changed files with 6 additions and 1 deletions
|
@ -7431,7 +7431,12 @@ and fairly speedy.")
|
|||
;; <uvicorn.supervisors.multiprocess.Process object at
|
||||
;; 0x7ffff39b6110>.is_alive.
|
||||
;; Maybe this <https://github.com/encode/uvicorn/issues/2466>.
|
||||
"--ignore=tests/supervisors/test_multiprocess.py")))
|
||||
"--ignore=tests/supervisors/test_multiprocess.py"
|
||||
|
||||
#$@(cond
|
||||
((target-aarch64?)
|
||||
'("-k not test_send_binary_data_to_server_bigger_than_default_on_websockets"))
|
||||
(#t '())))))
|
||||
(native-inputs
|
||||
(list nss-certs-for-test
|
||||
python-a2wsgi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue