[skimage] 05/06: Do not exclude test_tools.py in tests, but exclude test_update_on_save having issues with PIL 4.2.1 (see https://github.com/scikit-image/scikit-image/issues/2843)

Yaroslav Halchenko debian at onerussian.com
Tue Oct 17 17:55:30 UTC 2017


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

yoh pushed a commit to branch master
in repository skimage.

commit b9a0b644347001bb131e6a9d60327d9a60c3f84c
Author: Yaroslav Halchenko <debian at onerussian.com>
Date:   Fri Oct 13 14:23:53 2017 -0400

    Do not exclude test_tools.py in tests, but exclude test_update_on_save having issues with PIL 4.2.1 (see https://github.com/scikit-image/scikit-image/issues/2843)
---
 debian/changelog     | 4 ++++
 debian/tests/python2 | 2 +-
 debian/tests/python3 | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d192710..dc19093 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,10 @@ skimage (0.13.1-1) unstable; urgency=medium
   * Progressed to 0.13.1 upstream release
   * debian/patches
     - deb_no_sphinx_galery: to disable absent sphinx galery for now
+  * Do not exclude test_tools.py in tests, but exclude test_update_on_save
+    having issues with PIL 4.2.1
+    (see https://github.com/scikit-image/scikit-image/issues/2843)
+
 
  -- Yaroslav Halchenko <debian at onerussian.com>  Tue, 10 Oct 2017 18:26:16 -0400
 
diff --git a/debian/tests/python2 b/debian/tests/python2
index d502a80..1c18c4e 100755
--- a/debian/tests/python2
+++ b/debian/tests/python2
@@ -15,5 +15,5 @@ for py in $pys; do
         cd "$ADTTMP"
     fi
 
-    xvfb-run -a python$py /usr/bin/nosetests -s -v --exclude test_tools.py skimage 2>&1
+    xvfb-run -a python$py /usr/bin/nosetests -s -v --exclude test_update_on_save skimage 2>&1
 done
diff --git a/debian/tests/python3 b/debian/tests/python3
index 2eaa1e7..c4c03b1 100755
--- a/debian/tests/python3
+++ b/debian/tests/python3
@@ -15,5 +15,5 @@ for py in $pys; do
         cd "$ADTTMP"
     fi
 
-    xvfb-run -apython$py /usr/bin/nosetests3 -s -v skimage --exclude test_tools.py 2>&1
+    xvfb-run -apython$py /usr/bin/nosetests3 -s -v skimage --exclude test_update_on_save 2>&1
 done

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



More information about the debian-science-commits mailing list