[numpy] don't run tests on python3 yet to move on for the f18 branch in 2 days

tomspur tomspur at fedoraproject.org
Sun Aug 5 13:39:37 UTC 2012


commit e158175a2391d9649b0c4663f9bef09c72c7531f
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Sun Aug 5 15:39:21 2012 +0200

    don't run tests on python3 yet to move on for the f18 branch in 2 days
    
    Signed-off-by: Thomas Spura <thomas.spura at gmail.com>

 numpy.spec |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/numpy.spec b/numpy.spec
index e14bc69..b9c1dad 100644
--- a/numpy.spec
+++ b/numpy.spec
@@ -32,7 +32,7 @@ Requires:	python-nose
 %if 0%{?with_python3}
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
-BuildRequires:  python3-nose
+#BuildRequires:  python3-nose
 %endif
 
 %description
@@ -182,9 +182,9 @@ popd &> /dev/null
 %if 0%{?with_python3}
 pushd doc &> /dev/null
 # there is no python3-nose yet
-PYTHONPATH="%{buildroot}%{python3_sitearch}" %{__python3} -c "import pkg_resources, numpy ; numpy.test()" \
+#PYTHONPATH="%{buildroot}%{python3_sitearch}" %{__python3} -c "import pkg_resources, numpy ; numpy.test()" \
 %ifarch s390 s390x
-|| :
+#|| :
 %endif
 # don't remove this comment
 popd &> /dev/null
@@ -259,7 +259,6 @@ rm -rf %{buildroot}
 * Sun Aug  5 2012 Thomas Spura <tomspur at fedoraproject.org> - 1:1.6.2-4
 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
 - needs unicode patch
-- also run tests on python3
 
 * Fri Aug  3 2012 David Malcolm <dmalcolm at redhat.com> - 1:1.6.2-3
 - remove rhel logic from with_python3 conditional


More information about the scm-commits mailing list