From 80b25efa407f15c1c21323b7e512e2e051c0f5e3 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Thu, 22 Jun 2017 00:54:20 +0900 Subject: Fix invalid cast from ASN1_TIME to ASN1_GENERALIZEDTIME (#612) * Fix invalid cast from ASN1_TIME to ASN1_GENERALIZEDTIME, which ends up with an error with LibreSSL. * Require cryptography >= 1.9 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 1141261..9248041 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.8 + cryptographyMinimum: cryptography<=1.9 setenv = # Do not allow the executing environment to pollute the test environment # with extra packages. -- cgit v1.2.1