[seaborn] 27/35: disabled testing doctests since they heavily rely on online datasets

Andreas Tille tille at debian.org
Fri Jan 20 15:00:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch debian
in repository seaborn.

commit eee619a9999c5f028f6e1532c7ae592cd585c968
Author: Yaroslav Halchenko <debian at onerussian.com>
Date:   Mon Jun 29 22:10:22 2015 -0400

    disabled testing doctests since they heavily rely on online datasets
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 52789b6..1d04bfe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ seaborn (0.6.0-1) unstable; urgency=medium
   * Fresh upstream release
   * debian/rules
     - fake http*_proxy to prevent online interactions at build time
+    - disabled testing doctests since they heavily rely on online datasets
 
  -- Yaroslav Halchenko <debian at onerussian.com>  Mon, 29 Jun 2015 13:13:55 -0400
 
diff --git a/debian/rules b/debian/rules
index d5f9780..282bda1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,5 +16,5 @@ override_dh_auto_test:
 
 override_dh_auto_test:
 	PYBUILD_SYSTEM=custom \
-	 PYBUILD_TEST_ARGS="nosetests -s -v --with-doctest {build_dir}/" \
+	 PYBUILD_TEST_ARGS="nosetests -s -v {build_dir}/" \
 	 xvfb-run --auto-servernum --server-num=20 dh_auto_test $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/seaborn.git



More information about the debian-science-commits mailing list