code: install_deps> pip install -U -r /w/workspace/pti-o2-tox-verify-master/requirements.txt -r /w/workspace/pti-o2-tox-verify-master/requirements-test.txt code: freeze> python -m pip freeze --all code: aniso8601==9.0.1,astroid==3.1.0,async-timeout==4.0.3,attrs==23.2.0,Babel==2.14.0,blinker==1.7.0,cachetools==5.3.3,certifi==2024.2.2,cffi==1.16.0,chardet==5.2.0,charset-normalizer==3.3.2,click==8.1.7,colorama==0.4.6,cotyledon==1.7.3,coverage==7.4.4,cryptography==42.0.5,Cython==3.0.10,decorator==5.1.1,dill==0.3.8,distlib==0.3.8,exceptiongroup==1.2.0,filelock==3.13.3,flake8==7.0.0,Flask==2.3.3,flask-restx==1.3.0,greenlet==3.0.3,gunicorn==21.2.0,httplib2==0.22.0,icdiff==2.0.7,idna==3.6,importlib_resources==6.4.0,iniconfig==2.0.0,isort==5.13.2,itsdangerous==2.1.2,Jinja2==3.1.3,jsonschema==4.21.1,jsonschema-specifications==2023.12.1,MarkupSafe==2.1.5,mccabe==0.7.0,mock==5.1.0,mock-alchemy==0.1.1,mypy==1.9.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==24.0,pip==24.0,platformdirs==4.2.0,pluggy==1.4.0,pprintpp==0.4.0,prettytable==0.7.2,psycopg2-binary==2.9.9,py==1.11.0,pycodestyle==2.11.1,pycparser==2.22,pyflakes==3.2.0,pylint==3.1.0,pyOpenSSL==24.1.0,pyparsing==3.1.2,pyproject-api==1.6.1,pytest==8.1.1,pytest-cov==5.0.0,pytest-icdiff==0.9,pytz==2024.1,PyYAML==6.0.1,redis==5.0.3,referencing==0.34.0,requests==2.31.0,requests-oauthlib==2.0.0,retry==0.9.2,rpds-py==0.18.0,ruamel.yaml==0.17.17,setproctitle==1.3.3,setuptools==69.1.0,six==1.16.0,SQLAlchemy==1.4.52,tenacity==8.2.3,tomli==2.0.1,tomlkit==0.12.4,tox==4.14.2,typing_extensions==4.10.0,urllib3==2.2.1,virtualenv==20.25.1,Werkzeug==3.0.2,wheel==0.42.0 code: commands[0]> pytest tests/unit ============================= test session starts ============================== platform linux -- Python 3.10.6, pytest-8.1.1, pluggy-1.4.0 cachedir: /w/workspace/pti-o2-tox-verify-master/.tox/code/.pytest_cache rootdir: /w/workspace/pti-o2-tox-verify-master/tests configfile: pytest.ini plugins: icdiff-0.9, cov-5.0.0 collected 38 items tests/unit/test_alarm.py ............ [ 31%] tests/unit/test_notify.py . [ 34%] tests/unit/test_ocloud.py ....................... [ 94%] tests/unit/test_watcher.py .. [100%] ============================= 38 passed in 33.67s ============================== code: OK ✔ in 1 minute 5.26 seconds flake8: install_deps> pip install -U -r /w/workspace/pti-o2-tox-verify-master/requirements.txt -r /w/workspace/pti-o2-tox-verify-master/requirements-test.txt flake8: freeze> python -m pip freeze --all flake8: aniso8601==9.0.1,astroid==3.1.0,async-timeout==4.0.3,attrs==23.2.0,Babel==2.14.0,blinker==1.7.0,cachetools==5.3.3,certifi==2024.2.2,cffi==1.16.0,chardet==5.2.0,charset-normalizer==3.3.2,click==8.1.7,colorama==0.4.6,cotyledon==1.7.3,coverage==7.4.4,cryptography==42.0.5,Cython==3.0.10,decorator==5.1.1,dill==0.3.8,distlib==0.3.8,exceptiongroup==1.2.0,filelock==3.13.3,flake8==7.0.0,Flask==2.3.3,flask-restx==1.3.0,greenlet==3.0.3,gunicorn==21.2.0,httplib2==0.22.0,icdiff==2.0.7,idna==3.6,importlib_resources==6.4.0,iniconfig==2.0.0,isort==5.13.2,itsdangerous==2.1.2,Jinja2==3.1.3,jsonschema==4.21.1,jsonschema-specifications==2023.12.1,MarkupSafe==2.1.5,mccabe==0.7.0,mock==5.1.0,mock-alchemy==0.1.1,mypy==1.9.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==24.0,pip==24.0,platformdirs==4.2.0,pluggy==1.4.0,pprintpp==0.4.0,prettytable==0.7.2,psycopg2-binary==2.9.9,py==1.11.0,pycodestyle==2.11.1,pycparser==2.22,pyflakes==3.2.0,pylint==3.1.0,pyOpenSSL==24.1.0,pyparsing==3.1.2,pyproject-api==1.6.1,pytest==8.1.1,pytest-cov==5.0.0,pytest-icdiff==0.9,pytz==2024.1,PyYAML==6.0.1,redis==5.0.3,referencing==0.34.0,requests==2.31.0,requests-oauthlib==2.0.0,retry==0.9.2,rpds-py==0.18.0,ruamel.yaml==0.17.17,setproctitle==1.3.3,setuptools==69.1.0,six==1.16.0,SQLAlchemy==1.4.52,tenacity==8.2.3,tomli==2.0.1,tomlkit==0.12.4,tox==4.14.2,typing_extensions==4.10.0,urllib3==2.2.1,virtualenv==20.25.1,Werkzeug==3.0.2,wheel==0.42.0 flake8: commands[0]> flake8 o2ims flake8: commands[1]> flake8 o2dms flake8: commands[2]> flake8 o2common code: OK (65.25=setup[30.32]+cmd[34.93] seconds) flake8: OK (26.75=setup[24.92]+cmd[1.10,0.32,0.40] seconds) congratulations :) (92.16 seconds)