Skip to content

Commit cec1d8d

Browse files
leofangclaude
andcommitted
Remove numba-cuda test_linker.py patch (fixed upstream)
The indentation bug in test_linker.py was fixed in the latest numba-cuda release, so the workaround patch is no longer needed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent da50070 commit cec1d8d

3 files changed

Lines changed: 0 additions & 114 deletions

File tree

.github/workflows/test-wheel-linux.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,10 +368,6 @@ jobs:
368368
pytest -rxXs -v --durations=0 tests/test_utils.py tests/example_tests/
369369
popd
370370
371-
- name: Patch numba-cuda (upstream bug workarounds)
372-
if: ${{ inputs.test-mode == 'nightly-numba-cuda' }}
373-
run: python ci/tools/patch-numba-cuda
374-
375371
- name: Run numba-cuda tests
376372
if: ${{ inputs.test-mode == 'nightly-numba-cuda' }}
377373
run: python -m numba.runtests numba.cuda.tests

.github/workflows/test-wheel-windows.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -356,11 +356,6 @@ jobs:
356356
pytest -rxXs -v --durations=0 tests/test_utils.py tests/example_tests/
357357
popd
358358
359-
- name: Patch numba-cuda (upstream bug workarounds)
360-
if: ${{ inputs.test-mode == 'nightly-numba-cuda' }}
361-
shell: bash --noprofile --norc -xeuo pipefail {0}
362-
run: python ci/tools/patch-numba-cuda
363-
364359
- name: Run numba-cuda tests
365360
if: ${{ inputs.test-mode == 'nightly-numba-cuda' }}
366361
shell: bash --noprofile --norc -xeuo pipefail {0}

ci/tools/patch-numba-cuda

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)