Author: Ronny Pfannschmidt <[email protected]>
Branch: pytest
Changeset: r60973:761524c30402
Date: 2013-02-08 14:04 +0100
http://bitbucket.org/pypy/pypy/changeset/761524c30402/

Log:    kill trylast again, it breaks for us

diff --git a/pypy/conftest.py b/pypy/conftest.py
--- a/pypy/conftest.py
+++ b/pypy/conftest.py
@@ -132,7 +132,6 @@
             cls.space = space
         return space
 
[email protected]
 def pytest_runtest_setup(item):
     if isinstance(item, py.test.collect.Function):
         appclass = item.getparent(PyPyClassCollector)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to