Commit a36840f
committed
Fix shebang test to skip __init__/test files, fix forumdl cchardet build failure
1. Shebang test: skip executable bit + shebang checks for __init__.py,
test files, and utils — these aren't meant to be run as scripts.
2. Forumdl test: add pip overrides matching the crawl hook — install
with --no-deps and chardet==5.2.0 instead of cchardet, which can't
compile on Python 3.12+ (longintrepr.h removed).
https://claude.ai/code/session_01XyzPfEB3qopffFuRyouaTa1 parent b27dbc0 commit a36840f
2 files changed
Lines changed: 25 additions & 1 deletion
File tree
- abx_plugins/plugins/forumdl/tests
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
61 | 81 | | |
62 | 82 | | |
63 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
39 | | - | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
| |||
0 commit comments