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.3,cryptography==42.0.5,Cython==3.0.8,decorator==5.1.1,dill==0.3.8,distlib==0.3.8,exceptiongroup==1.2.0,filelock==3.13.1,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.1.2,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.8.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.2,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.21,pyflakes==3.2.0,pylint==3.1.0,pyOpenSSL==24.0.0,pyparsing==3.1.1,pyproject-api==1.6.1,pytest==8.0.2,pytest-cov==4.1.0,pytest-icdiff==0.9,pytz==2024.1,PyYAML==6.0.1,redis==5.0.2,referencing==0.33.0,requests==2.31.0,requests-oauthlib==1.3.1,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.51,tenacity==8.2.3,tomli==2.0.1,tomlkit==0.12.4,tox==4.13.0,typing_extensions==4.10.0,urllib3==2.2.1,virtualenv==20.25.1,Werkzeug==3.0.1,wheel==0.42.0 code: commands[0]> pytest tests/unit ============================= test session starts ============================== platform linux -- Python 3.10.6, pytest-8.0.2, 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: cov-4.1.0, icdiff-0.9 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.63s ============================== code: OK ✔ in 1 minute 4.15 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.3,cryptography==42.0.5,Cython==3.0.8,decorator==5.1.1,dill==0.3.8,distlib==0.3.8,exceptiongroup==1.2.0,filelock==3.13.1,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.1.2,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.8.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.2,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.21,pyflakes==3.2.0,pylint==3.1.0,pyOpenSSL==24.0.0,pyparsing==3.1.1,pyproject-api==1.6.1,pytest==8.0.2,pytest-cov==4.1.0,pytest-icdiff==0.9,pytz==2024.1,PyYAML==6.0.1,redis==5.0.2,referencing==0.33.0,requests==2.31.0,requests-oauthlib==1.3.1,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.51,tenacity==8.2.3,tomli==2.0.1,tomlkit==0.12.4,tox==4.13.0,typing_extensions==4.10.0,urllib3==2.2.1,virtualenv==20.25.1,Werkzeug==3.0.1,wheel==0.42.0 flake8: commands[0]> flake8 o2ims flake8: commands[1]> flake8 o2dms flake8: commands[2]> flake8 o2common code: OK (64.14=setup[29.24]+cmd[34.90] seconds) flake8: OK (26.65=setup[24.75]+cmd[1.14,0.33,0.43] seconds) congratulations :) (90.95 seconds)