From a6dfdbe5bab708f45bc0b0cbd278fae0ea550400 Mon Sep 17 00:00:00 2001 From: Jerome Leclanche Date: Wed, 18 Jul 2018 11:42:48 +0300 Subject: [PATCH] Add cryptography and pyOpenSSL as dependencies in Python 2 tests Works around an issue in stripe-python 2.0 and pip. Context: stripe/stripe-python#447 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 27a2830ac6..3ef38698e6 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,8 @@ setenv = commands = python runtests.py {posargs} deps = -r{toxinidir}/tests/requirements.txt + py27: cryptography + py27: pyOpenSSL django111: Django>=1.11,<2.0 django20: Django>=2.0,<2.1 djangomaster: https://github.com/django/django/archive/master.tar.gz