Do not build cryptography for tests

Depends-On: https://review.openstack.org/#/c/574181/
Change-Id: I1e43cc2d47ffc13dd5fde1dec5e68920489ec4f6
This commit is contained in:
Jean-Philippe Evrard 2018-06-11 11:17:41 +02:00
parent 9db790cf52
commit ed5ec313bf
1 changed files with 5 additions and 1 deletions

View File

@ -585,7 +585,11 @@ ironic_wsgi_processes: 2
# see https://github.com/pyca/cryptography/issues/3804
# This keeps poping up every now and then so it might worth keeping this
# around even if the upstream issue is resolved
pip_install_options: "--no-binary libvirt-python,cryptography"
#Cryptography is shipping with wheels, and recent bugs for
#dynamic linking in wheel building [1] should be fixed now.
# We should therefore use the wheels.
# 1: https://github.com/pyca/cryptography/pull/3811
pip_install_options: "--no-binary libvirt-python"
# The URL/path of a constraints file to use when installing the additional pip packages.
pip_install_upper_constraints: "http://git.openstack.org/cgit/openstack/openstack-ansible/plain/global-requirement-pins.txt?h={{ test_branch }} --constraint http://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h={{ test_branch }}"