Specify upper constraints for cryptography===1.3.4

Due to the fact that cryptography===1.4 does not support the old version
of OpenSSL<=0.9.8 we need to refuse the upstream upper-constrains.txt or
create our own.

Change-Id: I7fb9956a81a45e2069494ad50709d36ade5521e8
This commit is contained in:
Ilya Kharin 2016-06-06 13:59:07 +03:00
parent 138ebacebc
commit e468289cfd
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ skipsdist = False
[testenv]
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -U {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -c{toxinidir}/upper-constraints.txt -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt

1
upper-constraints.txt Normal file
View File

@ -0,0 +1 @@
cryptography===1.3.4