You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix pytest-rerunfailures plugin installation and flaky marker registration
- 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
Made-with: Cursor
0 commit comments