summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2016-01-31 14:18:54 +0100
committerHynek Schlawack <hs@ox.cx>2016-01-31 15:12:01 +0100
commit2a91ba31326eb0ad2e36b9aaa33c826899197ad2 (patch)
tree63ef357bc4e7d9dcb3c21daeba3fea3dccf1bc29 /setup.cfg
parent85bc15c101a23f5dd0b85b2a6cacabc614b6b3cf (diff)
downloadpyopenssl-2a91ba31326eb0ad2e36b9aaa33c826899197ad2.tar.gz
Make pyOpenSSL future-proof
Notably stop breaking cryptography 1.3.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index e68206f..8a1dc84 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[pytest]
-minversion = 2.8.2
+minversion = 2.8.5
strict = true
testpaths = tests