mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-10 12:35:06 +08:00
Absorbing the patch from Julian
This commit is contained in:
Vendored
+2
-2
@@ -1,5 +1,5 @@
|
||||
Tests: python2
|
||||
Depends: python-all, python-nose, python-skimage, python-pil | python-imaging, python-matplotlib, python-tk
|
||||
Depends: python-all, python-nose, python-skimage, python-pil | python-imaging, python-matplotlib, python-tk, xauth, xvfb
|
||||
|
||||
Tests: python3
|
||||
Depends: python3-all, python3-nose, python3-skimage, python3-pil | python3-imaging, python3-matplotlib, python3-tk
|
||||
Depends: python3-all, python3-nose, python3-skimage, python3-pil | python3-imaging, python3-matplotlib, python3-tk, xauth, xvfb
|
||||
|
||||
Vendored
+1
-1
@@ -15,5 +15,5 @@ for py in $pys; do
|
||||
cd "$ADTTMP"
|
||||
fi
|
||||
|
||||
python$py /usr/bin/nosetests -s -v skimage 2>&1
|
||||
xvfb-run -a python$py /usr/bin/nosetests -s -v skimage 2>&1
|
||||
done
|
||||
|
||||
Vendored
+1
-1
@@ -15,5 +15,5 @@ for py in $pys; do
|
||||
cd "$ADTTMP"
|
||||
fi
|
||||
|
||||
python$py /usr/bin/nosetests3 -s -v skimage 2>&1
|
||||
xvfb-run -apython$py /usr/bin/nosetests3 -s -v skimage 2>&1
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user