From 1c186772f6fd64180bd3387de2e1ef1a6d1ba58e Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 18 Oct 2019 08:47:15 -0400 Subject: Fixes #5018 -- break users on OpenSSL 1.0.1 (#5022) * Fixes #5018 -- break users on OpenSSL 1.0.1 * Grammar * Syntax error * Missing import * Missing import --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 7de764f7..6c414973 100644 --- a/tox.ini +++ b/tox.ini @@ -13,6 +13,8 @@ deps = ./vectors randomorder: pytest-randomly passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH USERNAME PYTHONIOENCODING +setenv = + CRYPTOGRAPHY_ALLOW_OPENSSL_101=1 commands = pip list # We use parallel mode and then combine here so that coverage.py will take -- cgit v1.2.3