Author: Matti Picus <[email protected]> Branch: Changeset: r84970:4b396d7cbc4c Date: 2016-06-06 19:16 +0300 http://bitbucket.org/pypy/pypy/changeset/4b396d7cbc4c/
Log: fix for 9f49da4855da diff --git a/pypy/module/cpyext/test/conftest.py b/pypy/module/cpyext/test/conftest.py --- a/pypy/module/cpyext/test/conftest.py +++ b/pypy/module/cpyext/test/conftest.py @@ -1,6 +1,7 @@ import py import pytest [email protected] def pytest_configure(config): from pypy.tool.pytest.objspace import gettestobjspace # For some reason (probably a ll2ctypes cache issue on linux64) _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
