[pypy-commit] pypy default: make sure that cppyy tests are skipped properly

rlamy noreply at buildbot.pypy.org
Sun Apr 13 20:01:45 CEST 2014


Author: Ronan Lamy <ronan.lamy at gmail.com>
Branch: 
Changeset: r70617:62b426245097
Date: 2014-04-13 19:00 +0100
http://bitbucket.org/pypy/pypy/changeset/62b426245097/

Log:	make sure that cppyy tests are skipped properly

diff --git a/pypy/module/cppyy/test/conftest.py b/pypy/module/cppyy/test/conftest.py
--- a/pypy/module/cppyy/test/conftest.py
+++ b/pypy/module/cppyy/test/conftest.py
@@ -1,5 +1,6 @@
 import py
 
+ at py.test.mark.tryfirst
 def pytest_runtest_setup(item):
     if py.path.local.sysfind('genreflex') is None:
         py.test.skip("genreflex is not installed")


More information about the pypy-commit mailing list