mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-24 01:51:51 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user