aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-06-29 22:17:08 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2017-06-29 20:17:08 -0700
commitb16206e4f5c1f2c18eebe669713df7223b0f4cb0 (patch)
tree3e9c6db2507ba28dc4f5b5c22b1b69065cf16ea5 /Jenkinsfile
parenta857fe66509653362ef61649168b7420430ee082 (diff)
downloadcryptography-b16206e4f5c1f2c18eebe669713df7223b0f4cb0.tar.gz
cryptography-b16206e4f5c1f2c18eebe669713df7223b0f4cb0.tar.bz2
cryptography-b16206e4f5c1f2c18eebe669713df7223b0f4cb0.zip
pyopenssl needs pretend for its tests now (#3739)
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 50f53a20..fab5de7d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -105,7 +105,7 @@ def downstreams = [
source .venv/bin/activate
pip install ../cryptography
pip install -e .
- pip install pytest
+ pip install pytest pretend
pytest tests
"""
],