[python-statsmodels] Disable tests in arm

Sergio Pascual sergiopr at fedoraproject.org
Tue Jan 21 20:59:41 UTC 2014


commit 61f0835f5b7e10ad1fac1c0a7b3d7a3d11ae0b87
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Tue Jan 21 21:59:56 2014 +0100

    Disable tests in arm

 python-statsmodels.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/python-statsmodels.spec b/python-statsmodels.spec
index 27f70ab..46603c4 100644
--- a/python-statsmodels.spec
+++ b/python-statsmodels.spec
@@ -4,7 +4,7 @@
 
 Name: python-%{upname}
 Version: 0.5.0
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: Statistics in Python
 # Package is licensed under BSD (3 clauses)
 # except the following files in Public Domain
@@ -143,6 +143,9 @@ rmdir src
 popd
 
 %check
+# Multiple failliures in arm, disabling
+# tests for the momen
+%ifnarch %{arm}
 # Fake matplotlibrc
 mkdir matplotlib
 touch matplotlib/matplotlibrc
@@ -156,6 +159,7 @@ nosetests-%{python3_version} %{upname}
 popd
 %endif # with_python3
  
+%endif # {arm}
 
 %files
 %doc LICENSE.txt COPYRIGHTS.txt README_l1.txt README.txt LICENSE.libqsturng.txt LICENSE.statsmodels.txt README.datasets.txt COPYING.datasets
@@ -175,6 +179,9 @@ popd
 %endif # with_python3
 
 %changelog
+* Tue Jan 21 2014 Sergio Pascual <sergiopr at fedoraproject.org> - 0.5.0-7
+- Disable tests in arm
+
 * Mon Jan 20 2014 Sergio Pascual <sergiopr at fedoraproject.org> - 0.5.0-6
 - Add README.txt and COPYING from datasets to doc
 


More information about the scm-commits mailing list