-
Notifications
You must be signed in to change notification settings - Fork 217
Remove llvmlite
from test
dependencies in cuda_bindings/pyproject.toml
#988
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
Conversation
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
/ok to test |
Logging a full error for easy future reference:
|
This comment has been minimized.
This comment has been minimized.
Auto-sync is disabled for ready for review pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
Successfully created backport PR for |
This PR simply removes
llvmlite
from thetest
dependencies, with leads to turning off the failing tests.Our existing
MINIMAL_NVVMIR_BITCODE_STATIC
dictionary is currently sufficient to exercise thenvvm
bindings on all platforms.For easy future reference, the
llvmlite==0.45
release caused these test failures: