pls ignore my previous report about web3py tests folder, pardon, done it in 
wrong way, my bad, here is the correct one
docker pull ubuntu
docker run -it --privileged ubuntu /bin/bash

apt update
apt install -y git python3-pip memcached 
service memcached restart
cd
git clone https://github.com/web2py/web3py
cd web3py
pip3 install -U -r requirements.txt
pip3 install pytest mechanize 
python3 -m pytest -v -s web3py/tests/

*note on latest commit (101):*
- file setup.py install_requires is lack from requirements.txt (tornado, 
python-memcached)
- pip3 install web3py still produce an error, must execute via make install 
or python3 setup.py install (to run test need web3py module)

best regards,
stifan

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/8e6c0b32-a11a-4ef4-9f1c-ae45a1d18a90%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to