Commit 8c1054ae authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3007)
parent 30f1c9c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ virtualenv venv-pycrypto

cd pyca-cryptography

pip install -q --requirement dev-requirements.txt
pip install .[test]

echo "------------------------------------------------------------------"
echo "Building cryptography"