Commit 9ad375c
committed
fix(ci): exclude pip/setuptools from license inventory to prevent version drift
generate_license_list.py was including pip itself in the output. pip version
differs between CI and local environments (25.1.1 vs 26.0.1), causing the
license check to fail with every pip upgrade in either environment.
Exclude pip, setuptools, wheel, and distribute — they are installer
infrastructure, not project dependencies.
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Claude-Session: https://claude.ai/code/session_018NsdPH4dcsbTWeTFuTgswY1 parent 8e3198f commit 9ad375c
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| 28 | + | |
| 29 | + | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
| |||
0 commit comments