-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing test annocations in 4.1.0 #2506
Comments
Thanks for the report. Do you want to submit a corresponding PR? |
I don't really have time at the moment. If someone could just apply the patch, that would be my preference.
…On March 8, 2024 8:45:50 AM UTC, Stefan ***@***.***> wrote:
Thanks for the report. Do you want to submit a corresponding PR?
|
I have converted your patch into a corresponding PR for further inclusion into pypdf once this has been approved by one of the other maintainers. |
Thanks.
…On March 8, 2024 1:42:51 PM UTC, Stefan ***@***.***> wrote:
I have converted your patch into a corresponding PR for further inclusion into *pypdf* once this has been approved by one of the other maintainers.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replace this: What happened? What were you trying to achieve?
Environment
Building and running tests in Debian.
$ python -m platform Linux-6.1.0-18-amd64-x86_64-with-glibc2.37 $ python -c "import pypdf;print(pypdf._debug_versions)" 4.1.0
Code + PDF
This is a minimal, complete example that shows the issue:
In this release, get_data_from_url is missing enable_socket and tests/scripts/test_make_release.py fails since make_release.py is (correctly) not included in the release as it's only useful upstream. Patch for both issues provided below.
The text was updated successfully, but these errors were encountered: