aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-whoosh/test-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-whoosh/test-fix.patch')
-rw-r--r--community/py3-whoosh/test-fix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/py3-whoosh/test-fix.patch b/community/py3-whoosh/test-fix.patch
new file mode 100644
index 00000000000..370a34c9104
--- /dev/null
+++ b/community/py3-whoosh/test-fix.patch
@@ -0,0 +1,13 @@
+diff --git a/setup.cfg.orig b/setup.cfg
+index 1f68c92e6d5..a6a81025aa8 100644
+--- a/setup.cfg.orig
++++ b/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