aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-08-02 18:01:26 +0200
committerTimo Kaufmann <timokau@zoho.com>2019-08-02 18:09:18 +0200
commit69d9700c61ff1648f5094f997ca2d754299441ae (patch)
tree98d11293018222fbf1ddcbcf6c7ddd5ff5d23998 /pkgs/applications/science/math
parentdac4719e0b05e7bfc95eb17a8cb8500b288ad019 (diff)
sage: add list of past test failures
Diffstat (limited to 'pkgs/applications/science/math')
-rw-r--r--pkgs/applications/science/math/sage/dist-tests.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/pkgs/applications/science/math/sage/dist-tests.nix b/pkgs/applications/science/math/sage/dist-tests.nix
new file mode 100644
index 00000000000..24a86a8f37a
--- /dev/null
+++ b/pkgs/applications/science/math/sage/dist-tests.nix
@@ -0,0 +1,17 @@
+# Lists past failures and files associated with it. The intention is to build
+# up a subset of a testsuite that catches 95% of failures that are relevant for
+# distributions while only taking ~5m to run. This in turn makes it more
+# reasonable to re-test sage on dependency changes and makes it easier for
+# users to override the sage derivation.
+# This is an experiment for now. If it turns out that there really is a small
+# subset of files responsible for the vast majority of packaging tests, we can
+# think about moving this upstream.
+[
+ "src/sage/env.py" # [1]
+ "src/sage/misc/persist.pyx" # [1]
+ "src/sage/misc/inline_fortran.py" # [1]
+ "src/sage/repl/ipython_extension.py" # [1]
+]
+
+# Numbered list of past failures to annotate files with
+# [1] PYTHONPATH related issue https://github.com/NixOS/nixpkgs/commit/ec7f569211091282410050e89e68832d4fe60528