[python-daemon] enable tests again as lockfile was fixed

Thomas Spura tomspur at fedoraproject.org
Mon Aug 4 07:40:34 UTC 2014


commit 29997eb8ecf059648d87f77800a88d7a1f612e23
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Mon Aug 4 09:40:14 2014 +0200

    enable tests again as lockfile was fixed

 python-daemon.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/python-daemon.spec b/python-daemon.spec
index 3ae3c4e..10ffa6f 100644
--- a/python-daemon.spec
+++ b/python-daemon.spec
@@ -2,7 +2,7 @@
 
 Name:           python-daemon
 Version:        1.6
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Library to implement a well-behaved Unix daemon process
 
 Group:          Development/Languages
@@ -12,6 +12,7 @@ Source0:        http://pypi.python.org/packages/source/p/python-daemon/%{name}-%
 
 BuildArch:      noarch
 BuildRequires:  python-devel, python-setuptools
+BuildRequires:  python-nose
 BuildRequires:  python-lockfile python-minimock
 Requires:       python-lockfile
 
@@ -35,9 +36,8 @@ rm -fr %{buildroot}%{python_sitelib}/tests
 
 
 # Test suite requires minimock and lockfile
-#Disabled tests as pidlockfile is not anymore in the lastest python-lockfile
-#%check
-#PYTHONPATH=$(pwd) nosetests
+%check
+PYTHONPATH=$(pwd) nosetests
 
 %files
 %doc LICENSE.PSF-2
@@ -45,6 +45,9 @@ rm -fr %{buildroot}%{python_sitelib}/tests
 %{python_sitelib}/python_daemon-%{version}-py%{pyver}.egg-info/
 
 %changelog
+* Mon Aug  4 2014 Thomas Spura <tomspur at fedoraproject.org> - 1.6-7
+- enable tests again as lockfile was fixed
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list