From 5030292dbafbd565922d08420b38304eca061a2a Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 23 Feb 2025 09:00:37 +0100 Subject: gnu: python-anyio: Disable test on aarch64-linux. * gnu/packages/python-xyz.scm (python-anyio):[arguments]: Conditionally disable one additional test. Change-Id: I5ebec446773355eda60ed3096cd05b179cfdcbaf --- gnu/packages/python-xyz.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1539f38bd1..18011c6b0f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -32135,6 +32135,11 @@ (define-public python-anyio (string-append "not test_is_block_device" + ,@(cond + ((target-aarch64?) + '(" and not test_keyboardinterrupt_during_test")) + (#t '())) + ;; These fail because of network (or specifically IPv6 ;; network) access (see: ;; https://github.com/agronholm/anyio/issues/417). -- cgit v1.2.3