1 { lib, buildPythonPackage, fetchPypi, pytest }:
3 buildPythonPackage rec {
8 sha256 = "10qsqdjpbc85fykc1vgcs8xwbgn4l2l52c8d83xf1q59pwyn79bw";
11 nativeCheckInputs = [ pytest ];
15 rm tests/test_reading.py
16 substituteInPlace setup.cfg --replace "[pytest]" "[tool:pytest]"
19 # FIXME: test_minimize_dfa fails on python 3.6
20 py.test -k "not test_timelimit and not test_minimize_dfa"
24 description = "Fast, pure-Python full text indexing, search, and spell
26 homepage = "https://bitbucket.org/mchaput/whoosh";
27 license = licenses.bsd2;
28 maintainers = with maintainers; [ ];