diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 268510f3e2..02f619a790 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 '())) |