Commit d3525b1
test(pip): add extras package to pip fixture for realistic extras filtering
Add requests[socks] to the test pyproject.toml and include PySocks in the
pip_report.json install list. This makes the extras-filtering test exercise
the actual code path: PySocks is now present in the report but correctly
excluded from the SBOM via _hasExtraMarker.
Previously the test trivially passed because PySocks was never in the
install list.
Implements TC-4065
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3ef9468 commit d3525b1
2 files changed
Lines changed: 10 additions & 2 deletions
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
60 | 68 | | |
61 | 69 | | |
62 | 70 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
0 commit comments