Commit c32c192
committed
test(content): accept platform-owned SWIG module labels
Linux's SWIG runtime already labels PyMuPDF helper types as
swig_runtime_data5; macOS leaves them unset and the compatibility shim
supplies pymupdf._mupdf. The invariant is non-null __module__, not one
platform-specific fallback string.
Verified: content splitter 21 passed on the clean worktree.1 parent f7d869a commit c32c192
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments