Skip to content

Commit

Permalink
Do not exclude test_tools.py in tests, but exclude test_update_on_sav…
Browse files Browse the repository at this point in the history
…e having issues with PIL 4.2.1 (see scikit-image#2843)
  • Loading branch information
yarikoptic committed Oct 13, 2017
1 parent 08f8f5c commit 8b27720
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ skimage (0.13.1-1) unstable; urgency=medium

[ Yaroslav Halchenko ]
* Adopted the patch provided in #868582, progressed to 0.13.1 upstream release
* 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 <[email protected]> Fri, 13 Oct 2017 00:12:44 -0400
-- Yaroslav Halchenko <[email protected]> Fri, 13 Oct 2017 14:23:49 -0400

skimage (0.12.3-2) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion debian/tests/python2
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion debian/tests/python3
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8b27720

Please sign in to comment.