Merged
Conversation
Contributor
|
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. |
Collaborator
Author
|
Tracking these little hiccups:
|
…ry workaround to resolve a pre-commit failure.
Collaborator
Author
|
/ok to test |
This comment has been minimized.
This comment has been minimized.
Collaborator
Author
|
/ok to test |
cpcloud
approved these changes
Feb 27, 2026
leofang
reviewed
Feb 27, 2026
leofang
requested changes
Feb 27, 2026
…ation
- Register 'flaky' marker in pytest.ini to eliminate warnings about unknown mark
- Fix dependency group references in cuda_core/pyproject.toml to use {include-group = "test"} instead of "cuda-core[test]" extra
- This ensures pytest-rerunfailures is properly installed so @pytest.mark.flaky() decorators work correctly
Example failure fixed by this commit: https://github.com/NVIDIA/cuda-python/actions/runs/22501839950/job/65191834971?pr=1702
Made-with: Cursor
53c4c5b to
ffaab34
Compare
Exclude cuda_bindings/cuda/bindings/_internal/_fast_enum.py from ruff checks to fix pre-commit error. This file is auto-generated and contains a long line that exceeds the 120 character limit. Made-with: Cursor
leofang
approved these changes
Feb 27, 2026
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
To ensure commit ffaab34 is working as intended, I looked manually through one of the test logs: https://github.com/NVIDIA/cuda-python/actions/runs/22507629723/job/65210357955?pr=1702 I didn't see any pytest warnings anymore. |
This comment has been minimized.
This comment has been minimized.
3 similar comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bring
mainback in sync with code generators.