From 5a6f60ab451a4271ed48cf5e0e2b07990c761deb Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 24 Feb 2025 21:17:36 +0100 Subject: [PATCH] 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 --- gnu/packages/python-web.scm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 3430997abcb..02ca2bea997 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -7431,7 +7431,12 @@ and fairly speedy.") ;; .is_alive. ;; Maybe this . - "--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