aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-whoosh/test-fix.patch
blob: 370a34c9104119c3d052c4d68fab5b22dbd3730d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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