New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/39876#issuecomment-1274649461 Comment: There was one failure that may be related to singular, or maybe it's just some transient failure with pexpect. I'm copying it here to save it. I'll soon push an updated PR using matplotlib 3.6, the CI will run again then and we'll see. ``` sage -t --warn-long 30.0 --random-seed=0 /builddir/sage-9.7/pkgs/sagemath-standard/build/lib.linux-x86_64-cpython-310/sage/interfaces/expect.py ********************************************************************** File "/builddir/sage-9.7/pkgs/sagemath-standard/build/lib.linux-x86_64-cpython-310/sage/interfaces/expect.py", line 937, in sage.interfaces.expect.Expect._eval_line Failed example: singular.interrupt() Expected: True Got: False ********************************************************************** File "/builddir/sage-9.7/pkgs/sagemath-standard/build/lib.linux-x86_64-cpython-310/sage/interfaces/expect.py", line 943, in sage.interfaces.expect.Expect._eval_line Failed example: singular('2+3') Expected: Singular crashed -- automatically restarting. 5 Got: 5 ********************************************************************** 1 item had failures: 2 of 16 in sage.interfaces.expect.Expect._eval_line [101 tests, 2 failures, 23.78 s] ```