Commit a5aad37
Tests: skip widget-driving tests when App() fell back to no-GUI mode
Without a display, App() silently degrades to use_gui=False, so the
headless CI pytest step ran test_general.py GUI-less. The two v1.1.0
tests that drive real widgets and the clipboard then fail; skip them
there — they still run in the Xvfb step.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent c113c1f commit a5aad37
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| 74 | + | |
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
| |||
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
| 89 | + | |
85 | 90 | | |
86 | 91 | | |
87 | 92 | | |
| |||
0 commit comments