Author: Ronny Pfannschmidt <[email protected]> Branch: pytest Changeset: r51589:e17af4cf9825 Date: 2012-01-21 17:33 +0100 http://bitbucket.org/pypy/pypy/changeset/e17af4cf9825/
Log: switch pytest.ini over new option name diff --git a/pypy/pytest.ini b/pypy/pytest.ini --- a/pypy/pytest.ini +++ b/pypy/pytest.ini @@ -1,2 +1,2 @@ [pytest] -addopts = --assertmode=old -rf +addopts = --assert=plain -rf _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
