Author: Alexander Hesse <[email protected]>
Branch: split-rpython
Changeset: r60146:214f65e6d97c
Date: 2013-01-17 21:16 +0100
http://bitbucket.org/pypy/pypy/changeset/214f65e6d97c/

Log:    Fixed tests breaking

diff --git a/rpython/conftest.py b/rpython/conftest.py
--- a/rpython/conftest.py
+++ b/rpython/conftest.py
@@ -7,7 +7,7 @@
 # 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
+#from pypy.conftest import pytest_pycollect_makemodule
 
 cdir = realpath(join(dirname(__file__), 'translator', 'c'))
 cache_dir = realpath(join(dirname(__file__), '_cache'))
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to