Un-disable ruff E722 Do not use bare except#1347
Conversation
…ve skipif entirely to see what errors we get
|
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 |
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. |
|
@leofang Can you think of a situation in which the skip condition in cuda_bindings/examples/3_CUDA_Features/simpleCudaGraphs_test.py is needed? |
|
It is needed in CUDA 12.x wheels, where the needed headers are splayed into different paths under site-packages. This is not caught in the CI because we don't run cuda-bindings 12.x tests on main. But I think it is OK to removed it from main, now that this issue is fixed with CUDA 13.x. |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 12.9.x
git worktree add -d .worktree/backport-1347-to-12.9.x origin/12.9.x
cd .worktree/backport-1347-to-12.9.x
git switch --create backport-1347-to-12.9.x
git cherry-pick -x 514daa6c0d95aae26d028faaf92097d5f37311b7 |
|
E722from[lint.per-file-ignores]in ruff.tomlexcepterror in test_cufile.py