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
test_image_without_pillow runs a generated script which causes the
Python path to exclude the current directory. The generated script
tries to import pypdf and either cannot find it or it finds the
version in pyenv instead of the version being tested. Add "." to
PYTHONPATH so the correct version of pypdf is used.
Closes#2849
0 commit comments