You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(tests/integration): adapt lit tests to newer lit and pypdf
- lit.cfg.py: use lit's internal shell (the previous ShTest("0")
call accidentally kept execute_external=True since "0" is
truthy, which is now rejected by lit as deprecated).
- 20_fuzz_integration/test.itest: drop the inline
PYTHONPATH=%project_root prefix, which lit's internal shell does
not support; PYTHONPATH is already exported globally in
lit.cfg.py.
- 40_sdoc_only_child_.../test.py: normalize the spacing pypdf now
inserts around "/" in extracted page-number text (e.g. "3/4" ->
"3 / 4"), matching the existing portability-replace() pattern.
- ruff.toml: ignore PLR0917 (too many arguments).
0 commit comments