Input() in python and Tracis CI code analyse

Hi everyone,

in my code, there is an input() needed that obviously waits for ever if nothing is happening, but then the build cant finish, and travis fails to analyse my code. What can i do to make it work ? and i tought it was static code analyse, but its dynamic ? it needs to run the code ?

thank you

same issue here.

See

This is the same issue.