You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a working solution for user input timeout using selectors in linux/uninx and msvcrt in windows. I have written a test that works with windows version but throws PermissionError: [Errno 1] Operation not permitted with pytest on linux.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a working solution for user input timeout using
selectors
in linux/uninx andmsvcrt
in windows. I have written a test that works with windows version but throwsPermissionError: [Errno 1] Operation not permitted with pytest on linux
.stdin_timeout
test
These functions work fine when running as python applications but running the above test with pytest throws this error:
Is there a way I can make this test succeed?
Beta Was this translation helpful? Give feedback.
All reactions