Commit 91303d3
Move Qwen3 tests from extra to noauto_torch suite and sync with dev branch
1. Sync with dev branch (54 commits merged)
- Test suite reorganization: noauto tests now grouped by dependency ecosystem
- Added noauto_torch, noauto_tensorflow, noauto_onnx, noauto_cython, noauto_network suites
- Added braille module and comprehensive translation improvements
2. Move Qwen3 tests to appropriate suite
- Moved from tests/extra/testx_lm.py to tests/noauto_torch/testn_lm_torch.py
- Changed test class suffix from TestCaseX to TestCaseN (noauto convention)
- Registered in tests/noauto_torch/__init__.py test_packages list
- Removed from tests/extra/__init__.py test_packages list
Reason: Qwen3 uses torch and transformers (PyTorch ecosystem) which are heavy
dependencies (~2-3 GB). Per the updated test suite organization, tests with
heavy ML framework dependencies belong in noauto_torch suite, not extra suite.
Co-authored-by: bact <128572+bact@users.noreply.github.com>1 parent 2a9f6e9 commit 91303d3
3 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments