Commit 6546bc4
committed
Fix container libEGL collection error and suppress Sonar slice false-positive
- test_script_builder_param_preservation: importorskip PySide6.QtWidgets (not
the bare PySide6 package) so it skips when Qt runtime libs like libEGL.so.1
are absent — the shipped Docker image lacks them, so importing QtWidgets
aborted collection of the whole in-image suite.
- test_platform_backend_binding: NOSONAR the slice assertion Sonar keeps
flagging as S6466; a slice cannot raise IndexError, so it is a false positive.1 parent f3393a2 commit 6546bc4
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- test/unit_test/headless
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments