Boyan Penkov
Boyan Penkov
https://github.com/MicheleCotrufo/pdf2doi might be a candidate, just to continue the conversation from https://github.com/perrette/papers/issues/28
my issue here -- https://github.com/sciunto-org/python-bibtexparser/issues/364 -- may be a dup of this...
There was some suspicion about my conda env, since ``papers --version`` and ``papers -h`` didn't work, but I reinstalled it (all from conda-forge), the papers commands work, but the problem...
OK, this is ``tox`` being too smart for it's own good, since if I just run the test string ``pytest --cov=papers --cov-append --cov-report=term-missing -xv`` I get 100% pass on all...
Based on https://github.com/pre-commit/pre-commit-hooks/issues/402 I think we may need a ``HOME = {homedir}`` somewhere, but since we don't have a ``tox.ini`` not sure where...
OK, so, trying this: -- I confirm I have ``HOME = os.environ.get('HOME',os.path.expanduser('~'))`` in ``papers/config.py`` and that this executes cleanly on my machine: ``` Python 3.11.3 (main, Apr 19 2023, 23:54:32)...
Yes, you're totally right here -- I'm looking at this in https://github.com/perrette/papers/pull/59 and now have the $HOME set, I think correctly, but now the synthetic object that exists for backup...
Actually, for this thing -- is there a way to try with tox 4.4.4 someway? https://github.com/tox-dev/tox/issues/2702 looking now...
yep, confirming `` pip install tox==4.5.1`` does not fix anything; bummer...
Oh, super -- thanks!