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:
Ricardo Wurmus 2025-02-24 21:17:36 +01:00
parent e2bdba585a
commit 5a6f60ab45
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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