Commit 0309a6c
committed
Give the release smoke test a display and the installed wheel
First real run of the tag-triggered release path failed: the X11 backend
opens a display at import time and the runner has none, so
`import je_auto_control.api` raised DisplayConnectionError. The step was
also importing the repo checkout rather than the wheel it had just
installed — the repo root shadows site-packages on sys.path — so it never
actually smoke-tested the artifact it was about to publish.1 parent 5f51f6c commit 0309a6c
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
38 | 43 | | |
39 | 44 | | |
40 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
41 | 49 | | |
42 | 50 | | |
43 | 51 | | |
| |||
0 commit comments