summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Michael Larson <seth.larson@elastic.co>2021-01-26 09:18:03 -0600
committerSeth Michael Larson <seth.larson@elastic.co>2021-01-26 09:18:03 -0600
commit3b106a81fa862146c100c1a952d2cbee84cdfe56 (patch)
tree07570e7b3f40094eed56e6fd82836a21ec46b45f
parentdeb37f08c4b6f6d2e5ac6a735d3b99e4ed9996d0 (diff)
downloadurllib3-backport-pr-2141.tar.gz
Allow using deprecated OpenSSL with CRYPTOGRAPHY_ALLOW_OPENSSL_102backport-pr-2141
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ca52bf26..fcea6cb1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,6 +24,7 @@ notifications:
env:
global:
- PYTHONWARNINGS=always::DeprecationWarning
+ - CRYPTOGRAPHY_ALLOW_OPENSSL_102=1
- PYPI_USERNAME=urllib3
# PYPI_PASSWORD is set in Travis control panel.