summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2015-10-24 16:22:32 +0200
committerHynek Schlawack <hs@ox.cx>2015-10-24 16:22:32 +0200
commit41f62bad27b95c54313e66fcc4ab569fb0d51e54 (patch)
tree6237902d810eb144e802db8970ff230c743603ce /setup.cfg
parent6160cb50422a66f5d5e43dee3c01109374867381 (diff)
downloadpyopenssl-41f62bad27b95c54313e66fcc4ab569fb0d51e54.tar.gz
Add py.test settings
We add _trial_temp to ignores because now we run the Twisted test suite as part of tox, py.test tries to recurse into it. We also require py.test 2.8.2 because older version don't properly handle deprecated_call which we use.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 5d01381..2035a2e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,8 @@
+[pytest]
+minversion = 2.8.2
+strict = true
+norecursedirs = build dist .* *.egg doc _trial_temp
+
[sdist]
force_manifest=1