code: install_deps> python -I -m pip install coverage pytest pytest-cov .pkg: install_requires> python -I -m pip install 'setuptools>=40.8.0' wheel .pkg: _optional_hooks> python /tmp/venv-Jacw/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ .pkg: get_requires_for_build_sdist> python /tmp/venv-Jacw/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ .pkg: get_requires_for_build_wheel> python /tmp/venv-Jacw/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ .pkg: install_requires_for_build_wheel> python -I -m pip install wheel .pkg: freeze> python -m pip freeze --all .pkg: pip==24.0,setuptools==69.1.0,wheel==0.42.0 .pkg: prepare_metadata_for_build_wheel> python /tmp/venv-Jacw/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ .pkg: build_sdist> python /tmp/venv-Jacw/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__ code: install_package_deps> python -I -m pip install Cython PEP517 influxdb 'numpy>=1.16.2' p5py 'pandas>=1.1.3' 'ricxappframe<2.0.0,>=1.1.1' 'schedule>=0.0.0' torch==2.0.0 torchaudio==2.0.1 torchvision==0.15.1 code: install_package> python -I -m pip install --force-reinstall --no-deps /w/workspace/ric-app-lp-tox-sonarqube/.tox/.tmp/package/1/lp-0.3.0.tar.gz code: freeze> python -m pip freeze --all code: async-timeout==4.0.3,certifi==2024.2.2,charset-normalizer==3.3.2,cmake==3.29.0.1,coverage==7.4.4,Cython==3.0.10,exceptiongroup==1.2.0,filelock==3.13.3,hiredis==2.3.2,idna==3.6,influxdb==5.3.1,iniconfig==2.0.0,inotify==0.2.10,inotify_simple==1.3.5,Jinja2==3.1.3,lit==18.1.2,lp @ file:///w/workspace/ric-app-lp-tox-sonarqube/.tox/.tmp/package/1/lp-0.3.0.tar.gz#sha256=66cf076cc807251eb22a5a8c7f3c1ef0996a6dacad8e4826aaed9d736328a72c,MarkupSafe==2.1.5,mdclogpy==1.1.4,mpmath==1.3.0,msgpack==1.0.8,networkx==3.2.1,nose==1.3.7,numpy==1.26.4,nvidia-cublas-cu11==11.10.3.66,nvidia-cuda-cupti-cu11==11.7.101,nvidia-cuda-nvrtc-cu11==11.7.99,nvidia-cuda-runtime-cu11==11.7.99,nvidia-cudnn-cu11==8.5.0.96,nvidia-cufft-cu11==10.9.0.58,nvidia-curand-cu11==10.2.10.91,nvidia-cusolver-cu11==11.4.0.1,nvidia-cusparse-cu11==11.7.4.91,nvidia-nccl-cu11==2.14.3,nvidia-nvtx-cu11==11.7.91,p5py==1.0.0,packaging==24.0,pandas==2.2.1,pep517==0.13.1,pillow==10.2.0,pip==24.0,pluggy==1.4.0,pytest==8.1.1,pytest-cov==5.0.0,python-dateutil==2.9.0.post0,pytz==2024.1,redis==5.0.3,requests==2.31.0,ricsdl==2.3.0,ricxappframe==1.6.0,schedule==1.2.1,setuptools==69.1.0,six==1.16.0,sympy==1.12,tomli==2.0.1,torch==2.0.0,torchaudio==2.0.1,torchvision==0.15.1,triton==2.0.0,typing_extensions==4.10.0,tzdata==2024.1,urllib3==2.2.1,wheel==0.42.0 code: commands[0]> pytest -v --cov lp --cov-report xml --cov-report term-missing --cov-report html -vv ============================= test session starts ============================== platform linux -- Python 3.10.6, pytest-8.1.1, pluggy-1.4.0 -- /w/workspace/ric-app-lp-tox-sonarqube/.tox/code/bin/python cachedir: .tox/code/.pytest_cache rootdir: /w/workspace/ric-app-lp-tox-sonarqube plugins: cov-5.0.0 collecting ... collected 2 items tests/test_lp.py::test_init_xapp PASSED [ 50%] tests/test_lp.py::test_mock_xapp PASSED [100%] ---------- coverage: platform linux, python 3.10.6-final-0 ----------- Name Stmts Miss Cover Missing ------------------------------------------------ lp/__init__.py 0 0 100% lp/db.py 30 30 0% 17-100 lp/exceptions.py 5 5 0% 16-24 lp/main.py 137 137 0% 16-237 lp/populate.py 30 30 0% 17-59 lp/sdl.py 34 34 0% 17-116 ------------------------------------------------ TOTAL 236 236 0% Coverage HTML written to dir htmlcov Coverage XML written to file coverage.xml ============================== 2 passed in 10.87s ============================== code: commands[1]> coverage xml -i Wrote XML report to coverage.xml code: OK ✔ in 3 minutes 17.15 seconds flake8: install_deps> python -I -m pip install flake8 flake8: freeze> python -m pip freeze --all flake8: flake8==7.0.0,mccabe==0.7.0,pip==24.0,pycodestyle==2.11.1,pyflakes==3.2.0,setuptools==69.1.0,wheel==0.42.0 flake8: commands[0]> flake8 setup.py lp tests code: OK (197.15=setup[184.65]+cmd[12.37,0.14] seconds) flake8: OK (3.63=setup[3.36]+cmd[0.27] seconds) congratulations :) (200.95 seconds)