Commit d8b95df
GraphView tests: skip only on genuine import absence
The DOT-quoting test guarded its GraphView import with a bare
`except Exception`, which would turn an unavailable GI version
(ValueError from require_version) or a missing system dependency
(GraphView raises if GooCanvas/dot are absent) into a skip that the
runner reports as a pass. Narrow the guard to ImportError so only a
genuine absence of gi / the addon's Python modules skips; setup
problems surface as hard errors instead of silent green.
Fixes #13832.1 parent a7ea500 commit d8b95df
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | | - | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
0 commit comments