Closed joasode closed 1 month ago
This fix does not play ball with Pytest when it captures the stdin. Testing locally, I find the tests succeed when pytest is given the "-s" flag to disable capturing. I don't know of a good work-around, as MonkeyPatching stdin to a StringIO won't work https://stackoverflow.com/questions/5903501/attributeerror-stringio-instance-has-no-attribute-fileno
Clears the input buffer before license prompt
Closes #47