rpms/python-routes/EL-5 python-routes.spec,1.7,1.8

Luke Macken lmacken at fedoraproject.org
Thu May 6 03:27:46 UTC 2010


Author: lmacken

Update of /cvs/pkgs/rpms/python-routes/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16885

Modified Files:
	python-routes.spec 
Log Message:
Disable the test suite in EPEL until we get a newer nose


Index: python-routes.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-routes/EL-5/python-routes.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- python-routes.spec	5 May 2010 21:38:48 -0000	1.7
+++ python-routes.spec	6 May 2010 03:27:45 -0000	1.8
@@ -34,8 +34,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
 
-%check
-PYTHONPATH=$(pwd) nosetests
+#%check
+#PYTHONPATH=$(pwd) nosetests
 
 
 %clean



More information about the scm-commits mailing list