Cleaning up environment Preparing virtual environment Installing latest version of the repository Processing /tmp/tmp.7stMG5yf2O/repo Collecting pyyaml Using cached PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB) Collecting redis Using cached redis-3.5.3-py2.py3-none-any.whl (72 kB) Collecting requests Using cached requests-2.25.1-py2.py3-none-any.whl (61 kB) Collecting croniter Using cached croniter-1.0.13-py2.py3-none-any.whl (16 kB) Collecting sqlalchemy Using cached SQLAlchemy-1.4.15-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB) Collecting websockets Using cached websockets-9.0.2-cp39-cp39-manylinux2010_x86_64.whl (102 kB) Collecting websocket-client Using cached websocket_client-1.0.0-py2.py3-none-any.whl (68 kB) Collecting wheel Using cached wheel-0.36.2-py2.py3-none-any.whl (35 kB) Collecting zeroconf>=0.27.0 Using cached zeroconf-0.31.0-py3-none-any.whl (59 kB) Collecting tz Using cached tz-0.2.2-py3-none-any.whl (12 kB) Collecting python-dateutil Using cached python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) Collecting cryptography Using cached cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl (3.2 MB) Collecting pyjwt Using cached PyJWT-2.1.0-py3-none-any.whl (16 kB) Collecting marshmallow Using cached marshmallow-3.12.1-py2.py3-none-any.whl (47 kB) Collecting flask Using cached Flask-2.0.0-py3-none-any.whl (93 kB) Collecting frozendict Using cached frozendict-2.0.2-py3-none-any.whl (8.3 kB) Collecting bcrypt Using cached bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB) Collecting idna<3,>=2.5 Using cached idna-2.10-py2.py3-none-any.whl (58 kB) Collecting certifi>=2017.4.17 Using cached certifi-2020.12.5-py2.py3-none-any.whl (147 kB) Collecting urllib3<1.27,>=1.21.1 Using cached urllib3-1.26.4-py2.py3-none-any.whl (153 kB) Collecting chardet<5,>=3.0.2 Using cached chardet-4.0.0-py2.py3-none-any.whl (178 kB) Collecting greenlet!=0.4.17; python_version >= "3" Using cached greenlet-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (162 kB) Collecting ifaddr>=0.1.7 Using cached ifaddr-0.1.7-py2.py3-none-any.whl (10 kB) Collecting six>=1.5 Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting cffi>=1.12 Using cached cffi-1.14.5-cp39-cp39-manylinux1_x86_64.whl (406 kB) Collecting itsdangerous>=2.0 Downloading itsdangerous-2.0.1-py3-none-any.whl (18 kB) Collecting Werkzeug>=2.0 Using cached Werkzeug-2.0.1-py3-none-any.whl (288 kB) Collecting Jinja2>=3.0 Downloading Jinja2-3.0.1-py3-none-any.whl (133 kB) Collecting click>=7.1.2 Using cached click-8.0.0-py3-none-any.whl (96 kB) Collecting pycparser Using cached pycparser-2.20-py2.py3-none-any.whl (112 kB) Collecting MarkupSafe>=2.0 Downloading MarkupSafe-2.0.1-cp39-cp39-manylinux2010_x86_64.whl (30 kB) Using legacy 'setup.py install' for platypush, since package 'wheel' is not installed. Installing collected packages: pyyaml, redis, idna, certifi, urllib3, chardet, requests, six, python-dateutil, croniter, greenlet, sqlalchemy, websockets, websocket-client, wheel, ifaddr, zeroconf, tz, pycparser, cffi, cryptography, pyjwt, marshmallow, itsdangerous, Werkzeug, MarkupSafe, Jinja2, click, flask, frozendict, bcrypt, platypush Running setup.py install for platypush: started Running setup.py install for platypush: finished with status 'done' Successfully installed Jinja2-3.0.1 MarkupSafe-2.0.1 Werkzeug-2.0.1 bcrypt-3.2.0 certifi-2020.12.5 cffi-1.14.5 chardet-4.0.0 click-8.0.0 croniter-1.0.13 cryptography-3.4.7 flask-2.0.0 frozendict-2.0.2 greenlet-1.1.0 idna-2.10 ifaddr-0.1.7 itsdangerous-2.0.1 marshmallow-3.12.1 platypush-0.21.0 pycparser-2.20 pyjwt-2.1.0 python-dateutil-2.8.1 pyyaml-5.4.1 redis-3.5.3 requests-2.25.1 six-1.16.0 sqlalchemy-1.4.15 tz-0.2.2 urllib3-1.26.4 websocket-client-1.0.0 websockets-9.0.2 wheel-0.36.2 zeroconf-0.31.0 Running tests ============================= test session starts ============================== platform linux -- Python 3.9.2, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 rootdir: /tmp/tmp.7stMG5yf2O/repo collected 9 items tests/test_cron.py . [ 11%] tests/test_event_parse.py . [ 22%] tests/test_http.py ..... [ 77%] tests/test_procedure.py .. [100%] ============================== 9 passed in 9.44s =============================== Cleaning up environment Status: PASSED