aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorMatt Bullock <bullocm@amazon.com>2018-04-07 02:10:29 -0700
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-04-07 17:10:29 +0800
commit2be43903ea312f80283a9b3b38a8a414d8acd3f0 (patch)
tree5d132a572e0624d46baaaa6948aa746a8f2c60a1 /Jenkinsfile
parentcbdc9baafd4cc919abc7aed070d08d8ea847aa33 (diff)
downloadcryptography-2be43903ea312f80283a9b3b38a8a414d8acd3f0.tar.gz
cryptography-2be43903ea312f80283a9b3b38a8a414d8acd3f0.tar.bz2
cryptography-2be43903ea312f80283a9b3b38a8a414d8acd3f0.zip
simplify Jenkins test run taking advantage of https://github.com/awslabs/aws-encryption-sdk-python/pull/46 (#4185)
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 7f8cf6b7..ca49527c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -158,9 +158,9 @@ def downstreams = [
virtualenv .venv
source .venv/bin/activate
pip install ../cryptography
- pip install pytest pytest-mock mock
+ pip install -r test/requirements.txt
pip install -e .
- AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_KEY_ID="arn:aws:kms:us-west-2:nonsense" pytest -m local -l
+ pytest -m local -l
"""
],
[