[python-ansi2html: 2/2] Re-enabled unit tests.

Ralph Bean ralph at fedoraproject.org
Tue Jul 10 02:57:56 UTC 2012


commit b418c29eb380d08793d1c9b5fe8b1706c7b02916
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Jul 9 22:57:43 2012 -0400

    Re-enabled unit tests.

 python-ansi2html.spec |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/python-ansi2html.spec b/python-ansi2html.spec
index 68de6b2..6155af3 100644
--- a/python-ansi2html.spec
+++ b/python-ansi2html.spec
@@ -6,7 +6,7 @@
 
 Name:       python-ansi2html
 Version:    0.9.1
-Release:    4%{?dist}
+Release:    5%{?dist}
 Summary:    Python module that converts text with ANSI color to HTML
 
 Group:      Development/Libraries
@@ -18,15 +18,14 @@ BuildArch:  noarch
 BuildRequires:  python
 BuildRequires:  python-setuptools
 BuildRequires:  python-nose
-#BuildRequires:  python-mock
+BuildRequires:  python-mock
 BuildRequires:  python-six
 
 %if 0%{?with_python3}
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-nose
-# FIXME -- blocking on https://bugzilla.redhat.com/show_bug.cgi?id=838695
-#BuildRequires:  python3-mock
+BuildRequires:  python3-mock
 BuildRequires:  python3-six
 %endif
 
@@ -65,12 +64,11 @@ cp -a . %{py3dir}
 %endif
 
 %check
-#%{__python} setup.py test
+%{__python} setup.py test
 
 %if 0%{?with_python3}
 pushd %{py3dir}
-# FIXME -- blocking on https://bugzilla.redhat.com/show_bug.cgi?id=838695
-#%{__python3} setup.py test
+%{__python3} setup.py test
 popd
 %endif
 
@@ -110,6 +108,8 @@ popd
 
 
 %changelog
+* Mon Jul 09 2012 Ralph Bean <rbean at redhat.com> - 0.9.1-5
+- Re-enabled tests.
 * Mon Jul 09 2012 Ralph Bean <rbean at redhat.com> - 0.9.1-4
 - Temporarily removed both sets of tests until python-mock problems are sorted
   out.


More information about the scm-commits mailing list