##// END OF EJS Templates
setup: bump whoosh minimum version to 2.7.1 to get py3 support...
setup: bump whoosh minimum version to 2.7.1 to get py3 support Fix: - kallithea/tests/functional/test_search_indexing.py:111 TestSearchControllerIndexing.test_repository_tokenization[content-this_should_be_unique_content-1-group/*] File ".../lib/python3.7/site-packages/whoosh/reading.py", line 241, in expand_prefix if fn != fieldname or not text.startswith(prefix): TypeError: startswith first arg must be bytes or a tuple of bytes, not str

File last commit:

r7816:8e0efe7b default
r8003:1d1f5598 default
Show More
dev_requirements.txt
8 lines | 205 B | text/plain | TextLexer
/ dev_requirements.txt
pytest >= 4.6.6, < 4.7
pytest-sugar >= 0.9.2, < 0.10
pytest-benchmark >= 3.2.2, < 3.3
pytest-localserver >= 0.5.0, < 0.6
mock >= 3.0.0, < 3.1
Sphinx >= 1.8.0, < 1.9
WebTest >= 2.0.3, < 2.1
isort == 4.3.21