@m040601
Thanks for the kind words! It was indeed hard to get set up with this, and I needed to develop tooling for it. Thankfully, now that's done it's mostly a matter of code review, checking the tests don't break on Arch's bleeding edge, and keeping up to date with Python packaging best practices.
I'm glad you're finding the package useful!
And thanks for the head's up on the funding, will congratulate upstream for it.
Pinned Comments
gesh commented on 2024-03-13 11:15 (UTC)
Note! Papis skips integration tests for certain optdeps if they aren't installed[1]. Since checkdeps should contain all the dependencies to check a standard build, I've added these to
checkdepends.If you're not planning on installing these optdeps and want to skip these specific tests, feel free to comment out the relevant lines in the
checkdependsarray. (This incidentally also goes for the multiple dependencies for themypytests, if they bother people).The relevant dependencies at this time are:
python-jinja,python-markdownify,python-whoosh[1] - https://github.com/papis/papis/issues/776#issuecomment-1991874151