Commit 7257bc9
authored
Remove flatdict dependency (#6547)
# Description
Remove the unused `flatdict` dependency from the root test extra and the
two CI bootstrap commands that install test tooling. Also remove
`flatdict` from the Sphinx mocked-import list.
The repository no longer imports or otherwise uses `flatdict`, so
retaining it adds unnecessary installation and dependency-resolution
work.
Dependencies required by this change: none. This change removes
`flatdict`.
## Type of change
- Bug fix (non-breaking change which fixes an issue)
## Screenshots
Not applicable.
## Validation
- `./isaaclab.sh -p -m pytest
source/isaaclab/test/cli/test_uv_run_pyproject.py` (6 passed)
- `bash -n .github/actions/multi-gpu/multi_gpu_shard_runner.sh`
- Parsed `pyproject.toml` and asserted the test extra contains no
`flatdict` requirement
- Searched the repository for remaining live `flatdict` references; only
the historical changelog entry remains
- `./isaaclab.sh -f` (passed before commit and again before push)
## Checklist
- [x] I have read and understood the contribution guidelines
- [x] I have run the pre-commit checks with `./isaaclab.sh --format`
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works (no new test was needed for this metadata-only removal;
existing metadata tests pass)
- [x] I have added a changelog fragment for every touched package (not
applicable; no package under `source/` was changed)
- [x] My name already exists in `CONTRIBUTORS.md`1 parent 03904ab commit 7257bc9
4 files changed
Lines changed: 2 additions & 4 deletions
File tree
- .github/actions
- multi-gpu
- run-tests
- docs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
| 399 | + | |
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
270 | 269 | | |
271 | 270 | | |
272 | 271 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | 102 | | |
104 | 103 | | |
105 | 104 | | |
| |||
0 commit comments