-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyboardInterrupt tests failing on py39, macOS #175
Comments
@boothby, would you prefer we keep shaving that yak (from 6dcee69, test_lib.py#L855-L884), exclude osx-3.9, or remove kbd int tests altogether? |
Reason for failures is not clear, but it's probably related to signal handling in lower-level libraries. Deeper investigation is required, and expected to close dwavesystems#175.
Reason for failures is not clear, but it's probably related to signal handling in lower-level libraries. Deeper investigation is required, but left for #175.
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. |
That's best for now. I would like to get to the bottom of this, but I've been busy with design work. |
Failing tests:
test_lib.test_headless_interrupt
andtest_lib.test_interactive_interrupt
.See test-osx-3.9.
The text was updated successfully, but these errors were encountered: