Author: Carl Friedrich Bolz-Tereick <[email protected]> Branch: regalloc-playground Changeset: r92243:0600554dc7ef Date: 2017-08-24 09:36 +0200 http://bitbucket.org/pypy/pypy/changeset/0600554dc7ef/
Log: oops diff --git a/pytest.ini b/pytest.ini --- a/pytest.ini +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +addopts = --assert=reinterp -rf diff --git a/rpython/pytest.ini b/rpython/pytest.ini --- a/rpython/pytest.ini +++ b/rpython/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +addopts = --assert=reinterp -rf _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
