summaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-03-21 13:48:13 +0100
committerRichard Levitte <levitte@openssl.org>2017-03-21 23:24:34 +0100
commit8c1054ae084935d67eb24f9efa82fb462d3a222a (patch)
tree83bd3b9e1abd8688f333bb9cceca7207e312cabf /test/recipes
parent30f1c9c4e08d479ab57fa6974dd99b077c745ffb (diff)
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 <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3007)
Diffstat (limited to 'test/recipes')
-rwxr-xr-xtest/recipes/95-test_external_pyca_data/cryptography.sh2
1 files changed, 1 insertions, 1 deletions
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"