py: install_deps> python -I -m pip install flake8 flake8-docstrings py: freeze> python -m pip freeze --all py: flake8==7.3.0,flake8-docstrings==1.7.0,mccabe==0.7.0,pip==25.3,pycodestyle==2.14.0,pydocstyle==6.3.0,pyflakes==3.4.0,setuptools==80.9.0,snowballstemmer==3.0.1 py: commands_pre[0]> /bin/sh -c 'git --no-pager diff HEAD HEAD^ --name-only '"'"'*.py'"'"' > /tmp/.coalist_py' py: commands[0]> /bin/bash -c 'cat /tmp/.coalist_py | xargs -r flake8 --max-line-length=120' tests/test_service_onboard.py:1:1: D100 Missing docstring in public module tests/test_service_onboard.py:8:1: E402 module level import not at top of file tests/test_service_onboard.py:37:1: F401 'onapsdk.sdc2.service.Service' imported but unused tests/test_service_onboard.py:37:1: E402 module level import not at top of file tests/test_service_onboard.py:38:1: E402 module level import not at top of file tests/test_service_onboard.py:39:1: E402 module level import not at top of file tests/test_service_onboard.py:40:1: E402 module level import not at top of file tests/test_service_onboard.py:42:1: F401 'pytest' imported but unused tests/test_service_onboard.py:42:1: E402 module level import not at top of file py: exit 123 (0.38 seconds) /w/workspace/testsuite-pythonsdk-tests-master-python-lint> /bin/bash -c 'cat /tmp/.coalist_py | xargs -r flake8 --max-line-length=120' pid=35853 py: FAIL code 123 (2.95=setup[2.56]+cmd[0.01,0.38] seconds) evaluation failed :( (2.98 seconds)