aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-10-18 08:47:15 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-10-18 20:47:15 +0800
commit1c186772f6fd64180bd3387de2e1ef1a6d1ba58e (patch)
treea3a95a96a5e4b21d80d0529df79d5d4a71070082 /tox.ini
parenta1307a1f34e4f6f8f124cde92ec53c4cd0580078 (diff)
downloadcryptography-1c186772f6fd64180bd3387de2e1ef1a6d1ba58e.tar.gz
cryptography-1c186772f6fd64180bd3387de2e1ef1a6d1ba58e.tar.bz2
cryptography-1c186772f6fd64180bd3387de2e1ef1a6d1ba58e.zip
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
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