summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2016-08-25 19:59:25 +0200
committerAlex Gaynor <alex.gaynor@gmail.com>2016-08-25 13:59:25 -0400
commita585786e1cb07b50c249f9e096cfd3d8cb644ee7 (patch)
tree33e3a421f6eae55493a905e4eb7952112a4a98ea /setup.cfg
parent3aeead90defbd1d4c533b51f4d9400beca3cc472 (diff)
downloadpyopenssl-a585786e1cb07b50c249f9e096cfd3d8cb644ee7.tar.gz
Avoid pytest 3 warning (#517)
* Avoid pytest warning * Upgrade pytest min version in tox.ini
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index b4deb77..14ed149 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
-[pytest]
-minversion = 2.8.5
+[tool:pytest]
+minversion = 3.0.1
strict = true
testpaths = tests