95-test_external_pyca_data/cryptography.py: only install for testing
authorRichard Levitte <levitte@openssl.org>
Tue, 21 Mar 2017 12:48:13 +0000 (13:48 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 21 Mar 2017 22:24:34 +0000 (23:24 +0100)
Also, be less silent when installing, so possible errors are shown.

[extended tests]

Fixes #3005

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3007)

test/recipes/95-test_external_pyca_data/cryptography.sh

index 34d1a8a5beda37182a3e98a5bb55dd18fc945f52..912dd35bc78c6602288fce4129f959b8c44d018a 100755 (executable)
@@ -44,7 +44,7 @@ virtualenv venv-pycrypto
 
 cd pyca-cryptography
 
-pip install -q --requirement dev-requirements.txt
+pip install .[test]
 
 echo "------------------------------------------------------------------"
 echo "Building cryptography"