gnu: python-anyio: Skip another test on riscv64-linux.

* gnu/packages/python-xyz.scm (python-anyio)[arguments]: When building
for riscv64-linux skip another test.

Change-Id: I2fde90e3c615cdc231a67ae8fba4bab42577618b
This commit is contained in:
Efraim Flashner 2025-03-04 21:28:44 +02:00
parent cda9991258
commit af706726e7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -32233,7 +32233,8 @@ standard error channel (stderr) in your program.")
"not test_is_block_device" "not test_is_block_device"
,@(cond ,@(cond
((target-aarch64?) ((or (target-aarch64?)
(target-riscv64?))
'(" and not test_keyboardinterrupt_during_test")) '(" and not test_keyboardinterrupt_during_test"))
(#t '())) (#t '()))