[Python-modules-commits] r23415 - in packages/scipy/trunk/debian/tests (python2 python3)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sun Jan 27 16:54:13 UTC 2013


    Date: Sunday, January 27, 2013 @ 16:54:11
  Author: jtaylor-guest
Revision: 23415

tests failing with numpy 1.7 b2 are fixed in rc1

Modified:
  packages/scipy/trunk/debian/tests/python2
  packages/scipy/trunk/debian/tests/python3

Modified: packages/scipy/trunk/debian/tests/python2
===================================================================
--- packages/scipy/trunk/debian/tests/python2	2013-01-27 16:54:05 UTC (rev 23414)
+++ packages/scipy/trunk/debian/tests/python2	2013-01-27 16:54:11 UTC (rev 23415)
@@ -10,19 +10,8 @@
 cat << EOF > runtest.py
 import $TESTPKG
 import re
+# add failures to skip here
 skip = [
-# numpy 1.7 failures
-# http://mail.scipy.org/pipermail/scipy-user/2012-September/033254.html
-'test_kdtree.test_random_ball_vectorized',
-'test_kdtree.test_vectorization.test_vectorized_query_multiple_neighbors',
-'test_kdtree.test_vectorization.test_vectorized_query_all_neighbors',
-'test_kdtree.test_vectorization.test_vectorized_query',
-'test_ndgriddata.TestGriddata.test_1d_unsorted',
-'test_ndgriddata.TestGriddata.test_1d',
-'test_interpolate.TestInterp1D.test_nd',
-'test_interpolate.TestInterp1D.test_cubic',
-'test_interpolate.TestInterp1D.test_complex',
-'test_interpolate.TestInterp1D.test_bounds',
 ]
 r = $TESTPKG.test(label='$TESTMODE', verbose=2);
 errors = []

Modified: packages/scipy/trunk/debian/tests/python3
===================================================================
--- packages/scipy/trunk/debian/tests/python3	2013-01-27 16:54:05 UTC (rev 23414)
+++ packages/scipy/trunk/debian/tests/python3	2013-01-27 16:54:11 UTC (rev 23415)
@@ -10,19 +10,8 @@
 cat << EOF > runtest.py
 import $TESTPKG
 import re
+# add failures to skip here
 skip = [
-# numpy 1.7 failures
-# http://mail.scipy.org/pipermail/scipy-user/2012-September/033254.html
-'test_kdtree.test_random_ball_vectorized',
-'test_kdtree.test_vectorization.test_vectorized_query_multiple_neighbors',
-'test_kdtree.test_vectorization.test_vectorized_query_all_neighbors',
-'test_kdtree.test_vectorization.test_vectorized_query',
-'test_ndgriddata.TestGriddata.test_1d_unsorted',
-'test_ndgriddata.TestGriddata.test_1d',
-'test_interpolate.TestInterp1D.test_nd',
-'test_interpolate.TestInterp1D.test_cubic',
-'test_interpolate.TestInterp1D.test_complex',
-'test_interpolate.TestInterp1D.test_bounds',
 ]
 r = $TESTPKG.test(label='$TESTMODE', verbose=2);
 errors = []




More information about the Python-modules-commits mailing list