papis / papis

Powerful and highly extensible command-line based document and bibliography manager.

Home Page:http://papis.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests: Don't fail when whoosh isn't installed

hseg opened this issue · comments

commented
  • papis version ($ papis --version or commit number):
    5a0799c

how to reproduce the issue

On a system without whoosh installed:

cd "$(mktemp -d)"
git clone https://github.com/papis/papis.git
cd papis/
python setup.py build
python -m pytest papis tests

Error log:
error.log

commented

Problem found: test_cache_path is missing an importorskip("whoosh")

That sounds right to me! Want to make a pull request?

commented

Oops, thought I had opened it