minorminer icon indicating copy to clipboard operation
minorminer copied to clipboard

KeyboardInterrupt tests failing on py39, macOS

Open randomir opened this issue 4 years ago • 3 comments

Failing tests: test_lib.test_headless_interrupt and test_lib.test_interactive_interrupt.

See test-osx-3.9.

randomir avatar Dec 08 '20 21:12 randomir

@boothby, would you prefer we keep shaving that yak (from 6dcee69702184526345246bcdc9644f807bacb47, test_lib.py#L855-L884), exclude osx-3.9, or remove kbd int tests altogether?

randomir avatar Dec 08 '20 21:12 randomir

To unblock the release, I patched these tests to skip on osx-py39 as well. That means we're now testing for keyboard interruptibility only on Linux and macOS py35-py37.

This issue is to be closed when a proper fix is implemented.

randomir avatar Dec 09 '20 15:12 randomir

That's best for now. I would like to get to the bottom of this, but I've been busy with design work.

boothby avatar Dec 09 '20 16:12 boothby