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
+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