1 new changeset in pytest:

http://bitbucket.org/hpk42/pytest/changeset/603842e71e56/
changeset:   603842e71e56
user:        gutworth
date:        2011-07-26 04:42:57
summary:     _make_rewritten_pyc doesn't need to return anything
affected #:  1 file (14 bytes)

--- a/_pytest/assertion/rewrite.py      Mon Jul 25 21:40:38 2011 -0500
+++ b/_pytest/assertion/rewrite.py      Mon Jul 25 21:42:57 2011 -0500
@@ -205,7 +205,6 @@
         proc_pyc = pyc + "." + str(os.getpid())
         if _write_pyc(co, fn, proc_pyc):
             os.rename(proc_pyc, pyc)
-    return co
 
 def _read_pyc(source, pyc):
     """Possibly read a py.test pyc containing rewritten code.

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to