From: Richard Levitte Date: Tue, 21 Mar 2017 12:48:13 +0000 (+0100) Subject: 95-test_external_pyca_data/cryptography.py: only install for testing X-Git-Tag: OpenSSL_1_1_1-pre1~1970 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=8c1054ae084935d67eb24f9efa82fb462d3a222a 95-test_external_pyca_data/cryptography.py: only install for testing Also, be less silent when installing, so possible errors are shown. [extended tests] Fixes #3005 Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/3007) --- diff --git a/test/recipes/95-test_external_pyca_data/cryptography.sh b/test/recipes/95-test_external_pyca_data/cryptography.sh index 34d1a8a5be..912dd35bc7 100755 --- a/test/recipes/95-test_external_pyca_data/cryptography.sh +++ b/test/recipes/95-test_external_pyca_data/cryptography.sh @@ -44,7 +44,7 @@ virtualenv venv-pycrypto cd pyca-cryptography -pip install -q --requirement dev-requirements.txt +pip install .[test] echo "------------------------------------------------------------------" echo "Building cryptography"