[python-nose-progressive] fix tests

Dan Callaghan dcallagh at fedoraproject.org
Mon Apr 29 05:17:04 UTC 2013


commit d50d453121ed5743b81273af0b73ab76beaeb7aa
Author: Dan Callaghan <dcallagh at redhat.com>
Date:   Mon Apr 29 15:16:52 2013 +1000

    fix tests

 python-nose-progressive.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/python-nose-progressive.spec b/python-nose-progressive.spec
index 3c4c789..30f0f3c 100644
--- a/python-nose-progressive.spec
+++ b/python-nose-progressive.spec
@@ -8,7 +8,7 @@
 
 Name:           python-%{upstream_name}
 Version:        1.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Nose plugin to show a progress bar and tracebacks during tests
 License:        GPLv2+
 URL:            https://github.com/erikrose/nose-progressive
@@ -19,10 +19,12 @@ BuildArch:      noarch
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-nose >= 1.2.1
+BuildRequires:  python-blessings
 %if %{with python3}
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-nose >= 1.2.1
+BuildRequires:  python3-blessings
 %endif
 Requires:       python-nose >= 1.2.1
 Requires:       python-blessings
@@ -81,7 +83,7 @@ popd
 %check
 %if %{with python3}
 pushd %{py3dir}
-%{__python3} setup.py nosetests
+nosetests-3.3 build/lib
 popd
 %endif
 
@@ -100,6 +102,9 @@ popd
 %endif
 
 %changelog
+* Mon Apr 29 2013 Dan Callaghan <dcallagh at redhat.com> - 1.5-2
+- fix tests
+
 * Mon Apr 29 2013 Dan Callaghan <dcallagh at redhat.com> - 1.5-1
 - new upstream bug fix release 1.5
 


More information about the scm-commits mailing list