From 8c1054ae084935d67eb24f9efa82fb462d3a222a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 21 Mar 2017 13:48:13 +0100 Subject: [PATCH] 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) --- test/recipes/95-test_external_pyca_data/cryptography.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- GitLab