Author: Ronan Lamy <[email protected]> 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 [email protected] def pytest_runtest_setup(item): if py.path.local.sysfind('genreflex') is None: py.test.skip("genreflex is not installed") _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
