sage: add list of past test failures

+17
+17
pkgs/applications/science/math/sage/dist-tests.nix
··· 1 + # Lists past failures and files associated with it. The intention is to build 2 + # up a subset of a testsuite that catches 95% of failures that are relevant for 3 + # distributions while only taking ~5m to run. This in turn makes it more 4 + # reasonable to re-test sage on dependency changes and makes it easier for 5 + # users to override the sage derivation. 6 + # This is an experiment for now. If it turns out that there really is a small 7 + # subset of files responsible for the vast majority of packaging tests, we can 8 + # think about moving this upstream. 9 + [ 10 + "src/sage/env.py" # [1] 11 + "src/sage/misc/persist.pyx" # [1] 12 + "src/sage/misc/inline_fortran.py" # [1] 13 + "src/sage/repl/ipython_extension.py" # [1] 14 + ] 15 + 16 + # Numbered list of past failures to annotate files with 17 + # [1] PYTHONPATH related issue https://github.com/NixOS/nixpkgs/commit/ec7f569211091282410050e89e68832d4fe60528