Skip to content

Commit b377f29

Browse files
authored
Remove run_tests.sh and unexercised CI meta-tests (#2271)
* delete run_tests.sh as no ci is using it * delete test_fetch_ctk_redistrib.py
1 parent 1e53cc6 commit b377f29

6 files changed

Lines changed: 0 additions & 540 deletions

File tree

ci/tools/tests/test_fetch_ctk_redistrib.py

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

cuda_bindings/AGENTS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ subpackage in the `cuda-python` monorepo.
4444
- run: `pytest tests/cython/`
4545
- **Examples**: example coverage is pytest-based under `examples/`.
4646
- **Benchmarks**: run with `pytest --benchmark-only benchmarks/` when needed.
47-
- **Orchestrated run**: from repo root, `scripts/run_tests.sh bindings`.
4847

4948
## Build and environment notes
5049

cuda_core/AGENTS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ This file describes `cuda_core`, the high-level Pythonic CUDA subpackage in the
4040
- run: `pytest tests/cython/`
4141
- **Examples**: validate affected examples in `examples/` when changing user
4242
workflows or public APIs.
43-
- **Orchestrated run**: from repo root, `scripts/run_tests.sh core`.
4443

4544
## Runtime/build environment notes
4645

cuda_core/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ To run these tests:
2424
* `python -m pytest tests/` with editable installations
2525
* `pytest tests/` with installed packages
2626

27-
Alternatively, from the repository root you can use a simple script:
28-
29-
* `./scripts/run_tests.sh core` to run only `cuda_core` tests
30-
* `./scripts/run_tests.sh` to run all package tests (pathfinder → bindings → core)
31-
* `./scripts/run_tests.sh smoke` to run meta-level smoke tests under `tests/integration`
32-
3327
### Cython Unit Tests
3428

3529
Cython tests are located in `tests/cython` and need to be built. These builds have the same CUDA Toolkit header requirements as [those of cuda.bindings](https://nvidia.github.io/cuda-python/cuda-bindings/latest/install.html#requirements) where the major.minor version must match `cuda.bindings`. To build them:

cuda_pathfinder/AGENTS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,4 @@ Windows.
6868
## Useful commands
6969

7070
- Run package tests: `pytest tests/`
71-
- Run package tests via orchestrator: `../scripts/run_tests.sh pathfinder`
7271
- Build package docs: `cd docs && ./build_docs.sh`

0 commit comments

Comments
 (0)