code: install_deps> python -I -m pip install coverage pytest pytest-cov six code: freeze> python -m pip freeze --all code: coverage==7.13.5,exceptiongroup==1.3.1,iniconfig==2.3.0,packaging==26.2,pip==26.1,pluggy==1.6.0,Pygments==2.20.0,pytest==9.0.3,pytest-cov==7.1.0,setuptools==82.0.1,six==1.17.0,tomli==2.4.1,typing_extensions==4.15.0 code: commands[0]> pytest --cov ricxappframe --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=70 --junitxml=/tmp/tests.xml code: exit 4 (0.69 seconds) /w/workspace/ric-plt-xapp-frame-py-pypi-verify-master> pytest --cov ricxappframe --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=70 --junitxml=/tmp/tests.xml pid=2848 code: FAIL ✖ in 10.25 seconds flake8: install_deps> python -I -m pip install flake8 flake8: freeze> python -m pip freeze --all flake8: flake8==7.3.0,mccabe==0.7.0,pip==26.1,pycodestyle==2.14.0,pyflakes==3.4.0,setuptools==82.0.1 flake8: commands[0]> flake8 setup.py ricxappframe tests tests/test_sdl.py:136:9: F824 `nonlocal CH` is unused: name is never assigned in scope tests/test_sdl.py:137:9: F824 `nonlocal EVENT` is unused: name is never assigned in scope tests/test_sdl.py:191:9: F824 `nonlocal CH` is unused: name is never assigned in scope tests/test_sdl.py:192:9: F824 `nonlocal EVENT` is unused: name is never assigned in scope flake8: exit 1 (1.42 seconds) /w/workspace/ric-plt-xapp-frame-py-pypi-verify-master> flake8 setup.py ricxappframe tests pid=2870 code: FAIL code 4 (10.25=setup[9.55]+cmd[0.69] seconds) flake8: FAIL code 1 (4.66=setup[3.23]+cmd[1.42] seconds) evaluation failed :( (14.98 seconds)