简体   繁体   中英

Running py.test under pypy

How do I run pytest using pypy? Travis does it, so it must be possible. This is related to similar question how to run pytest using Micropython.

arkadiusz@pc:~/Dokumenty/GitHub/construct$ pypy -m pytest
/usr/bin/pypy: No module named pytest

Problem was fixed by installing pip on pypy as in

https://askubuntu.com/questions/834466/installing-pytest-for-pypy

Then it is just

pypy -m pytest

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM