rpms/python-webtest/EL-5 python-webtest.spec,1.1,1.2

Ricky Zhou (周家杰) ricky at fedoraproject.org
Tue Oct 14 02:35:42 UTC 2008


Author: ricky

Update of /cvs/pkgs/rpms/python-webtest/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2229

Modified Files:
	python-webtest.spec 
Log Message:
Disable test_error_middleware.



Index: python-webtest.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-webtest/EL-5/python-webtest.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-webtest.spec	14 Oct 2008 02:19:04 -0000	1.1
+++ python-webtest.spec	14 Oct 2008 02:35:12 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:           python-webtest
 Version:        1.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Helper to test WSGI applications
 
 Group:          Development/Languages
@@ -31,6 +31,9 @@
 
 %prep
 %setup -q -n WebTest-%{version}
+# Disable test_error_middleware, as it depends on wsgiref, which
+# is not available with python 2.4.
+%{__rm} -f tests/test_error_middleware.py
 
 
 %build
@@ -58,6 +61,9 @@
 
 
 %changelog
+* Mon Oct 13 2008 Ricky Zhou <ricky at fedoraproject.org> - 1.0-4
+- Disable test_error_middleware.
+
 * Thu Jul 17 2008 Ricky Zhou <ricky at fedoraproject.org> - 1.0-3
 - Update Requires for python-webob rename.
 - Add BuildRequires on python-webob for tests.




More information about the scm-commits mailing list