Easily solved. Do the following:1)in ./pytest.ini and ./rpython/pytest.ini
change assert=reinterp to assert=rewrite. It turns out in the latest version of
pytest assert=reinterp is no longer supported2)comment out the following lines
from ~/pypy/pypy/tool/pytest/appsupport.py
#try:# from _pytest.assertion.reinterpret import reinterpret as
interpret#except ImportError:# from _pytest.assertion.newinterpret import
interpret
# _____ Shubha D. [email protected]
[email protected]
On Saturday, November 26, 2016 8:04 AM, Shubha Ramani
<[email protected]> wrote:
pypy not puppy (spell-check woes) Shubha D. [email protected]
[email protected]
On Saturday, November 26, 2016 8:03 AM, Shubha Ramani via pypy-dev
<[email protected]> wrote:
For instance this command :usage: py.test [options] [file_or_dir]
[file_or_dir] [...]py.test: error: argument --assert: invalid choice:
'reinterp' (choose from 'rewrite', 'plain') Shubha D.
[email protected]
[email protected]
_______________________________________________
pypy-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-dev
_______________________________________________
pypy-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-dev