mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-28 11:25:42 +08:00
debian/tests/python* - for now exclude testing of test_tools.py due to #779847 in mpl
This commit is contained in:
Vendored
+2
@@ -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
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user