test-nopdfrw #211

Open
gms wants to merge 2 commits from gms/img2pdf:test-nopdfrw into main
First-time contributor

Noticed during modernizing the Fedora package, i.e. tox.ini can be used to install the test dependencies and thus one doesn't have to specify those redundantly.

Noticed during modernizing the Fedora package, i.e. tox.ini can be used to install the test dependencies and thus one doesn't have to specify those redundantly.
since pdfrw was removed from tests in release 0.4.2
including tox.ini simplifies executing the tests in distribution
packages or by users who download the relase tar archive instead of
cloning the git repository
@ -1,6 +1,6 @@
include README.md
include test_comp.sh
include test.sh
Owner

You removed test.sh (which is fine because it no longer exists) -- would you like to also remove magick.py which was removed in the same commit as test.sh got removed? You could also split this off into another commit as the removal of test.sh and magick.py has nothing to do with your addition of tox.ini.

I can also take care of it if you are short on time.

Thank you!

You removed `test.sh` (which is fine because it no longer exists) -- would you like to also remove `magick.py` which was removed in the same commit as `test.sh` got removed? You could also split this off into another commit as the removal of test.sh and magick.py has nothing to do with your addition of tox.ini. I can also take care of it if you are short on time. Thank you!
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u test-nopdfrw:gms-test-nopdfrw
git switch gms-test-nopdfrw

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff gms-test-nopdfrw
git switch gms-test-nopdfrw
git rebase main
git switch main
git merge --ff-only gms-test-nopdfrw
git switch gms-test-nopdfrw
git rebase main
git switch main
git merge --no-ff gms-test-nopdfrw
git switch main
git merge --squash gms-test-nopdfrw
git switch main
git merge --ff-only gms-test-nopdfrw
git switch main
git merge gms-test-nopdfrw
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: josch/img2pdf#211
No description provided.