I use the "-it" flags, when running flapy.sh run locally, so that the user can kill the process using Ctrl-C:
https://github.com/se2p/FlaPy/blob/master/run_line.sh#L86
However, this causes the end-to-end test to fail with the input device is not a TTY when using docker. For podman it works fine.
=> Remove the "-it" flag, but add some mechanism to make the process killable via Ctr-C