[sagemath] 01/01: Add a note about test failures in src/sage/misc/sagedoc.py
Ximin Luo
infinity0 at debian.org
Fri Aug 11 14:19:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository sagemath.
commit 0a4772396d3865ec9ba143357d31d57f626d62e6
Author: Ximin Luo <infinity0 at debian.org>
Date: Fri Aug 11 16:18:41 2017 +0200
Add a note about test failures in src/sage/misc/sagedoc.py
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 21edbc0..e7c9fab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -113,6 +113,7 @@ run_tests_with_retry = \
override_dh_auto_test-arch:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ # TODO: exclude src/sage/misc/sagedoc.py, this will cause ~7 failures if we don't build the docs
$(call run_tests_with_retry,arch,src/sage /usr/lib/python2.7/dist-packages/sagenb/)
endif
@@ -120,7 +121,7 @@ override_dh_auto_test-indep:
ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# These tests never fail so don't bother with the retry logic
- $(call run_tests,indep,src/doc)
+ $(call run_tests,indep,src/doc src/sage/misc/sagedoc.py)
# Sometimes, parts of the docbuild fail with MemoryError or OSError but
# Sage doesn't detect this. Here we detect it and fail the build if so.
# Also filter out some false positives that are not hard errors.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git
More information about the debian-science-commits
mailing list