[Python-modules-commits] r25777 - in packages/scipy/trunk/debian/tests (python2 python3)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Sat Sep 7 19:57:38 UTC 2013
Date: Saturday, September 7, 2013 @ 19:57:37
Author: jtaylor-guest
Revision: 25777
remove skipped tests that now work and add a new failures with atlas
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-09-07 19:57:32 UTC (rev 25776)
+++ packages/scipy/trunk/debian/tests/python2 2013-09-07 19:57:37 UTC (rev 25777)
@@ -17,14 +17,10 @@
skip = [
# ppc failure
"test_qhull.TestUtilities.test_degenerate_barycentric_transforms",
-# ppc, scipy github issue #2482
-"test_distance.TestPdist.test_pdist_wminkowski",
-"test_stats.TestRound.test_rounding1",
-"test_stats.TestRound.test_rounding2",
# i386 small rounding issue
"test_qhull.TestUtilities.test_more_barycentric_transforms",
-# don't fail on ubuntus compressed pngs, scipy trac issue #457
-"test_io.test_imread",
+# atlas 3.10 issue, scipy github #2842
+"test_decomp.TestQZ.test_qz_complex64",
]
r = $TESTPKG.test(label='$TESTMODE', verbose=2);
errors = []
Modified: packages/scipy/trunk/debian/tests/python3
===================================================================
--- packages/scipy/trunk/debian/tests/python3 2013-09-07 19:57:32 UTC (rev 25776)
+++ packages/scipy/trunk/debian/tests/python3 2013-09-07 19:57:37 UTC (rev 25777)
@@ -16,21 +16,12 @@
skip = [
# ppc failure
"test_qhull.TestUtilities.test_degenerate_barycentric_transforms",
-# ppc, scipy github issue #2482
-"test_distance.TestPdist.test_pdist_wminkowski",
-"test_stats.TestRound.test_rounding1",
-"test_stats.TestRound.test_rounding2",
# i386 small rounding issue
"test_qhull.TestUtilities.test_more_barycentric_transforms",
-# don't fail on ubuntus compressed pngs, scipy trac issue #457
-"test_io.test_imread",
+# atlas 3.10 issue, scipy github #2842
+"test_decomp.TestQZ.test_qz_complex64",
]
-import sys
-extra=""
-#http://projects.scipy.org/scipy/ticket/1858
-if sys.byteorder != "little" and sys.version_info[1] > 2:
- extra=["-e", "test_mio"]
-r = $TESTPKG.test(label='$TESTMODE', verbose=2, extra_argv=extra);
+r = $TESTPKG.test(label='$TESTMODE', verbose=2);
errors = []
for e in (r.errors + r.failures):
eid = e[0].id()
More information about the Python-modules-commits
mailing list