Skip to content

Commit 2be4390

Browse files
mattsb42-awsreaperhulk
authored andcommitted
simplify Jenkins test run taking advantage of aws/aws-encryption-sdk-python#46 (#4185)
1 parent cbdc9ba commit 2be4390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ def downstreams = [
158158
virtualenv .venv
159159
source .venv/bin/activate
160160
pip install ../cryptography
161-
pip install pytest pytest-mock mock
161+
pip install -r test/requirements.txt
162162
pip install -e .
163-
AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_KEY_ID="arn:aws:kms:us-west-2:nonsense" pytest -m local -l
163+
pytest -m local -l
164164
"""
165165
],
166166
[

0 commit comments

Comments
 (0)