[scipy/el6/master] Don't run full tests

Orion Poplawski orion at fedoraproject.org
Fri Apr 1 17:31:57 UTC 2011


commit c30474f06b96612dfb56ffafc66c3a98bce0913b
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Fri Apr 1 11:31:55 2011 -0600

    Don't run full tests

 scipy.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/scipy.spec b/scipy.spec
index af8793f..750e838 100644
--- a/scipy.spec
+++ b/scipy.spec
@@ -69,7 +69,8 @@ env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir}/atlas FFTW=%{_libdir} BLAS=%{_libdi
 %check
 mkdir test
 cd test
-PYTHONPATH=$RPM_BUILD_ROOT%{python_sitearch} python -c "import scipy; scipy.test('full')"
+# full test fails
+PYTHONPATH=$RPM_BUILD_ROOT%{python_sitearch} python -c "import scipy; scipy.test()"
 
 
 %clean


More information about the scm-commits mailing list