New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/49966#issuecomment-2075865045 Comment: You know that you can write something like ``` sage/homology/moment_angle_complex.py sage/algebras/quatalg/quaternion_algebra.py ``` to a file `sagemath-check` in your void-packages directory. Then, when you run the check step, it will only check those two files. You can also write something like ``` --random-seed=337742633039183257810362073317290869627 sage/algebras/quatalg/quaternion_algebra.py ``` If you want to run with this particular random seed, which you can copy from the log output. This helps confirm if the doctest failure is random but deterministic with a fixed random seed. If you don't have this file, *or* if everything is commented out with `#`, then all files are tested as usual.