-
Notifications
You must be signed in to change notification settings - Fork 945
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
Update development tools: travis ci to github actions, tox to nox, nose to pytest #704
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general looks nice! Good to have things upgraded.
Just a few small suggested changes, mostly typos.
In addition, this PR now has conflicts.
It may also be worth protecting the develop
branch and requiring all of these actions to pass before merge. Don't do this until right before you merge this PR, though, as it'll block all others.
Co-authored-by: Jake Stockwin <jstockwin@gmail.com>
@jstockwin thanks! |
# Conflicts: # tests/test_pdfdocument.py # tests/test_utils.py
…it might cause bugs, and it is failing the ci pipeline now.
* develop: Check blackness in github actions (pdfminer#711) Changed `log.info` to `log.debug` in six files (pdfminer#690) Update README.md batch for Continuous integration Update actions.yml so that it will run for all PR's Update development tools: travis ci to github actions, tox to nox, nose to pytest (pdfminer#704) Added feature: page labels (pdfminer#680) Remove obsolete returns (pdfminer#707) Revert "Remove obsolete returns" Remove obsolete returns Only use xref fallback if `PDFNoValidXRef` is raised and `fallback` is True (pdfminer#684) Use logger.warn instead of warnings.warn if warning cannot be prevented by user (pdfminer#673) Change log.info into log.debug to make pdfinterp.py less verbose Fix regression in page layout that sometimes returned text lines out of order (pdfminer#659) export type annotations in package (pdfminer#679) fix typos in PR template (pdfminer#681) pdf2txt: clean up construction of LAParams from arguments (pdfminer#682) Fixes jbig2 writer to write valid jb2 files Add support for JPEG2000 image encoding Added test case for CCITTFaxDecoder (pdfminer#700) Attempt to handle decompression error on some broken PDF files (pdfminer#637)
Pull request
Change the tools that we are using:
Fix #498
How Has This Been Tested?
The CI pipeline is running again :)
Checklist
works
version
is not necessary
verified that this is not necessary
CHANGELOG.md