mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
cda9991258
commit
af706726e7
1 changed files with 2 additions and 1 deletions
|
@ -32233,7 +32233,8 @@ standard error channel (stderr) in your program.")
|
|||
"not test_is_block_device"
|
||||
|
||||
,@(cond
|
||||
((target-aarch64?)
|
||||
((or (target-aarch64?)
|
||||
(target-riscv64?))
|
||||
'(" and not test_keyboardinterrupt_during_test"))
|
||||
(#t '()))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue