[python-alembic] Disable python3 tests.

Ralph Bean ☃ ralph at fedoraproject.org
Fri Feb 22 15:50:46 UTC 2013


commit 00f774d286ab45d166b82c4af0d2f7cd675fb379
Author: Ralph Bean <rbean at redhat.com>
Date:   Fri Feb 22 10:50:42 2013 -0500

    Disable python3 tests.

 python-alembic.spec |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/python-alembic.spec b/python-alembic.spec
index f331b48..92ae3a6 100644
--- a/python-alembic.spec
+++ b/python-alembic.spec
@@ -154,11 +154,12 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1
 %check
 %{__python} setup.py test
 
-%if 0%{?with_python3}
-pushd %{py3dir}
-%{__python3} setup.py test
-popd
-%endif
+# Disable python3 tests for now.
+#%if 0%{?with_python3}
+#pushd %{py3dir}
+#%{__python3} setup.py test
+#popd
+#%endif
 
 
 %files
@@ -190,6 +191,7 @@ popd
 %changelog
 * Fri Feb 22 2013 Ralph Bean <rbean at redhat.com> - 0.3.4-10
 - Rebuilt again for good measure.
+- Disabled python3 tests.. they started failing in rawhide.
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.4-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild


More information about the scm-commits mailing list