From e15e60a587efcddd61e391a8e5917291c98d554e Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Tue, 22 Nov 2016 18:13:30 +0100 Subject: Add the ability to set a custom verification time on X509Store (#567) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 964b88c..f323bb0 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ deps = coverage>=4.2 pytest>=3.0.1 cryptographyMaster: git+https://github.com/pyca/cryptography.git - cryptographyMinimum: cryptography<1.4 + cryptographyMinimum: cryptography<1.7 setenv = # Do not allow the executing environment to pollute the test environment # with extra packages. -- cgit v1.2.1