debian/tests/python* - for now exclude testing of test_tools.py due to #779847 in mpl

This commit is contained in:
Yaroslav Halchenko
2015-03-05 09:40:08 -05:00
parent 18c1748631
commit 7e68e69144
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -5,6 +5,8 @@ skimage (0.11.0-1) experimental; urgency=medium
* Updated debian/watch to avoid deprecated redirector
* debian/{,tests/}control
- added python{,3}-networkx to {build-,}depends and Recommends
* debian/tests/python*
- for now exclude testing of test_tools.py due to #779847 in mpl
-- Yaroslav Halchenko <debian@onerussian.com> Thu, 05 Mar 2015 08:32:02 -0500
+1 -1
View File
@@ -15,5 +15,5 @@ for py in $pys; do
cd "$ADTTMP"
fi
xvfb-run -a python$py /usr/bin/nosetests -s -v skimage 2>&1
xvfb-run -a python$py /usr/bin/nosetests -s -v --exclude test_tools.py skimage 2>&1
done
+1 -1
View File
@@ -15,5 +15,5 @@ for py in $pys; do
cd "$ADTTMP"
fi
xvfb-run -apython$py /usr/bin/nosetests3 -s -v skimage 2>&1
xvfb-run -apython$py /usr/bin/nosetests3 -s -v skimage --exclude test_tools.py 2>&1
done