Commit 8d123b1
committed
examples: skip the code-review tests when their optional deps are absent
The example ships its own dependencies, which the SDK test job does not
install, so importing the test module failed collection in the main CI.
Guard the module with importorskip on unidiff so it skips cleanly when
the example dependencies are not present and runs in full when they are.
Updates #92
RELEASE NOTES: NONE1 parent 32d92a6 commit 8d123b1
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
0 commit comments