Author: Alexander Hesse <[email protected]>
Branch: split-rpython
Changeset: r60126:c5f9caec1ea7
Date: 2013-01-17 08:29 +0100
http://bitbucket.org/pypy/pypy/changeset/c5f9caec1ea7/

Log:    To fix.

diff --git a/rpython/conftest.py b/rpython/conftest.py
--- a/rpython/conftest.py
+++ b/rpython/conftest.py
@@ -2,6 +2,13 @@
 import py, pytest
 from rpython.tool import leakfinder
 
+# XXX
+# <ronny> Aquana, i just ensured that with the pypy conftest we get all skips,
+# i'll investigate differences in collection tommorow, for now, can you just
+# import the makemodule hook from pypy and add a comment that im responsible
+# for fixing?
+from pypy.conftest import pytest_pycollect_makemodule
+
 cdir = realpath(join(dirname(__file__), 'translator', 'c'))
 cache_dir = realpath(join(dirname(__file__), '_cache'))
 option = None
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to