Commit caa70bd
Fix CI: stop hard-coding version in test_version_is_set
The boot test asserted __version__ == "0.3.6"; the 0.3.7 bump made it
stale and CI on main went red (the local run had passed because the
suite ran before the version bump). Assert the version is set and
PEP 440-ish instead, so future release bumps don't require editing
this test. Release + Integration workflows were unaffected.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent b299c32 commit caa70bd
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
9 | 17 | | |
10 | 18 | | |
11 | 19 | | |
| |||
0 commit comments