Commit 4695d46
committed
Keep security auditing focused on the base install
Avoid pulling dev-only optional runtimes into the editable pip-audit job, and make the thread-capability guard match the actual concurrency demand of the affected test.
Constraint: pip-audit flagged starlette from the dev editable install, while the lockfile export remains base-install only.
Rejected: global thread skip hook | it masked unrelated test regressions.
Confidence: high
Scope-risk: narrow
Directive: keep security jobs on the distributable surface unless a specific optional extra is under review.
Tested: git diff --check; pytest tests/test_phase5_context_bus.py::TestContextBus::test_parallel_publish_from_threads tests/test_swarm.py::test_swarm_manager_execute_multiple tests/test_managed_runtime.py tests/test_telemetry.py -q
Not-tested: full GitHub Actions run1 parent f26bf4f commit 4695d46
3 files changed
Lines changed: 13 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
28 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
| |||
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
39 | | - | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | | - | |
| 47 | + | |
43 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
0 commit comments