[python-cssselect] Enable tests again.

Bohuslav Kabrda bkabrda at fedoraproject.org
Thu May 15 15:41:43 UTC 2014


commit 279d2586d3e2cb2ca45ccbde7070579bf8a0656d
Author: Slavek Kabrda <bkabrda at redhat.com>
Date:   Thu May 15 17:41:32 2014 +0200

    Enable tests again.

 python-cssselect.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-cssselect.spec b/python-cssselect.spec
index 49b70f0..cf2424a 100644
--- a/python-cssselect.spec
+++ b/python-cssselect.spec
@@ -7,11 +7,11 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
 %endif
 
-%global with_tests 0
+%global with_tests 1
 
 Name:           python-cssselect
 Version:        0.9.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Group:          Development/Libraries
 Summary:        Parses CSS3 Selectors and translates them to XPath 1.0
 
@@ -100,6 +100,9 @@ chmod 755 $RPM_BUILD_ROOT/%{python_sitelib}/cssselect/tests.py
 %endif # with_python3
 
 %changelog
+* Thu May 15 2014 Bohuslav Kabrda <bkabrda at redhat.com> - 0.9.1-3
+- Enable tests again.
+
 * Wed May 14 2014 Bohuslav Kabrda <bkabrda at redhat.com> - 0.9.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
 - Bootstrap test running (circular dependency with python-lxml)


More information about the scm-commits mailing list