gustavonihei commented on code in PR #7903: URL: https://github.com/apache/nuttx/pull/7903#discussion_r1051019634
########## tools/ci/cibuild.sh: ########## @@ -288,12 +291,8 @@ function python-tools { pytest==6.2.5 \ pytest-json==0.4.0 \ pytest-ordering==0.6 \ - pytest-repeat==0.9.1 - - # MCUboot's tool for image signing and key management - if ! command -v imgtool &> /dev/null; then - pip3 install imgtool - fi + pytest-repeat==0.9.1 \ + imgtool Review Comment: Done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org