[py-svn] r63178 - py/trunk/py/test/plugin

hpk at codespeak.net hpk at codespeak.net
Sat Mar 21 15:00:02 CET 2009


Author: hpk
Date: Sat Mar 21 15:00:01 2009
New Revision: 63178

Modified:
   py/trunk/py/test/plugin/pytest_pocoo.py
Log:
remove wrong assert


Modified: py/trunk/py/test/plugin/pytest_pocoo.py
==============================================================================
--- py/trunk/py/test/plugin/pytest_pocoo.py	(original)
+++ py/trunk/py/test/plugin/pytest_pocoo.py	Sat Mar 21 15:00:01 2009
@@ -17,7 +17,6 @@
             help="send failures to %s" %(url.base,))
 
     def getproxy(self):
-        assert 0
         return py.std.xmlrpclib.ServerProxy(url.xmlrpc).pastes
 
     def pytest_terminal_summary(self, terminalreporter):



More information about the pytest-commit mailing list