[python-billiard] Tests re-enabled, date fixed, and tests excluded

Fabian Affolter fab at fedoraproject.org
Wed Apr 17 10:00:39 UTC 2013


commit ce068de765f06c40ce644e666d86344740cb3168
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Wed Apr 17 11:59:53 2013 +0200

    Tests re-enabled, date fixed, and tests excluded

 python-billiard.spec |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/python-billiard.spec b/python-billiard.spec
index adb7c12..838e648 100644
--- a/python-billiard.spec
+++ b/python-billiard.spec
@@ -64,28 +64,28 @@ pushd %{py3dir}
 popd
 %endif # with_python3
 
-# checks are currently failing
-#%check
-# https://github.com/celery/billiard/issues/21
-#%{__python} setup.py test
+%check
+%{__python} setup.py test
 
-#%if 0%{?with_python3}
-#pushd %{py3dir}
-#%{__python3} setup.py test
-#popd
-#%endif # with_python3
+%if 0%{?with_python3}
+pushd %{py3dir}
+%{__python3} setup.py test
+popd
+%endif # with_python3
 
 %files
 %doc CHANGES.txt LICENSE.txt README.rst
 %{python_sitearch}/_billiard*
 %{python_sitearch}/%{srcname}/
 %{python_sitearch}/%{srcname}*.egg-info
+%exclude %{python_sitearch}/funtests
 
 %if 0%{?with_python3}
 %files -n python3-billiard
 %doc CHANGES.txt LICENSE.txt README.rst
 %{python3_sitelib}/%{srcname}
 %{python3_sitelib}/%{srcname}*.egg-info
+%exclude %{python_sitearch}/funtests
 %endif # with_python3
 
 %changelog
@@ -104,7 +104,7 @@ popd
 * Mon Feb 11 2013 Fabian Affolter <mail at fabian-affolter.ch> - 2.7.3.20-1
 - Updated to latest upstream version 2.7.3.20
 
-* Mon Dec 02 2012 Matthias Runge <mrunge at redhat.com> - 2.7.3.19-1
+* Sun Dec 02 2012 Matthias Runge <mrunge at redhat.com> - 2.7.3.19-1
 - update to upstream version 2.7.3.19
 
 * Tue Nov 06 2012 Matthias Runge <mrunge at redhat.com> - 2.7.3.18-1


More information about the scm-commits mailing list