[pypy-commit] pypy pytest: kill trylast again, it breaks for us

RonnyPfannschmidt noreply at buildbot.pypy.org
Fri Feb 8 14:11:21 CET 2013


Author: Ronny Pfannschmidt <Ronny.Pfannschmidt at gmx.de>
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
 
- at py.test.mark.trylast
 def pytest_runtest_setup(item):
     if isinstance(item, py.test.collect.Function):
         appclass = item.getparent(PyPyClassCollector)


More information about the pypy-commit mailing list