forked from pool/python-Whoosh
* test_bigfacet.py: print() is a function in Python 3 * remove duplicate_plugin WhitespacePlugin * [RFC] Give SegmentWriter a cachable Searcher * Add support for wildcard regex tokenization * Fixed several errors and added support for the Sweep AI and Codecov bots * Update Python version in setup.py classifiers & fix indent * Improved documentation deployment and added additional locations where it can be found as backup - Drop merged patches: * pytest4.patch * py2encoding.patch * docs-Update-intersphinx_mapping.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=34
14 lines
399 B
Diff
14 lines
399 B
Diff
Index: Whoosh-2.7.4/setup.cfg
|
|
===================================================================
|
|
--- Whoosh-2.7.4.orig/setup.cfg
|
|
+++ Whoosh-2.7.4/setup.cfg
|
|
@@ -15,7 +15,7 @@ formats = zip,gztar
|
|
push = sdist bdist_wheel upload
|
|
pushdocs = build_sphinx upload_sphinx
|
|
|
|
-[pytest]
|
|
+[tool:pytest]
|
|
addopts = -rs --tb=native
|
|
norecursedirs = .hg .tox _build tmp* env* benchmark stress
|
|
minversion = 2.0
|